Skip to content
This repository was archived by the owner on Mar 10, 2020. It is now read-only.
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: ipfs-inactive/js-ipfs-http-client
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 7ab13cd4aaaa
Choose a base ref
...
head repository: ipfs-inactive/js-ipfs-http-client
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: cd54a444d3b5
Choose a head ref
  • 5 commits
  • 6 files changed
  • 1 contributor

Commits on Oct 26, 2015

  1. generate new ipfsapi build

    daviddias committed Oct 26, 2015
    Copy the full SHA
    db73e41 View commit details
  2. Copy the full SHA
    abaa434 View commit details
  3. rm tmp file

    daviddias committed Oct 26, 2015
    Copy the full SHA
    2a552d7 View commit details
  4. Copy the full SHA
    ac67c34 View commit details
  5. gulpfile exit

    daviddias committed Oct 26, 2015
    Copy the full SHA
    cd54a44 View commit details
Showing with 15,119 additions and 15,860 deletions.
  1. +2 −0 README.md
  2. +15,092 −15,837 dist/ipfsapi.js
  3. +8 −9 dist/ipfsapi.min.js
  4. +3 −3 gulpfile.js
  5. +14 −10 test/tests.js
  6. +0 −1 test/tmp-disposable-nodes-addrs.json
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -8,6 +8,8 @@ IPFS API wrapper library for Node.js and the browser
# Usage

### NOTE - Current version only supports IPFS 0.3.7

## Installing the module

### In Node.js Through npm
Loading