Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

go-ipfs

Package Overview
Dependencies
Maintainers
2
Versions
102
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

go-ipfs - npm Package Compare versions

Comparing version 0.3.8 to 0.3.9

3

install.js

@@ -10,2 +10,3 @@ #!/usr/bin/env node

var version = require('./package.json').version
var ipfs = require('./')

@@ -20,3 +21,3 @@ checkPlatform(goenv) // make sure we can do this.

var bin = path.join(__dirname, 'bin')
var bin = path.dirname(ipfs)
var tmp = path.join(__dirname, 'tmp')

@@ -23,0 +24,0 @@ var installPath = path.join(bin, 'ipfs')

{
"name": "go-ipfs",
"version": "0.3.8",
"version": "0.3.9",
"description": "Install the latest go-ipfs binary",

@@ -36,6 +36,3 @@ "main": "index.js",

"tape": "^4.2.0"
},
"directories": {
"test": "test"
}
}

@@ -19,7 +19,7 @@ # install go-ipfs from npm

> ipfs version
ipfs version 0.3.8
ipfs version 0.3.9
> npm install go-ipfs
> node_modules/.bin/ipfs
ipfs version 0.3.8
ipfs version 0.3.9
```

@@ -26,0 +26,0 @@

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc