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

go-ipfs

Package Overview
Dependencies
Maintainers
1
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.4 to 0.3.5-2

filesize.js

5

install.js

@@ -13,2 +13,5 @@ #!/usr/bin/env node

// hacky hack hack to work around unpublishability
version = version.replace(/-[0-9]+/, "")
var filename = 'ipfs_v'+ version +'_' + goenv.GOOS + '-' + goenv.GOARCH + '.zip'

@@ -65,3 +68,3 @@ var url = 'https://gobuilder.me/get/github.com/ipfs/go-ipfs/cmd/ipfs/' + filename

case "amd64":
case "i386":
case "386":
case "arm":

@@ -68,0 +71,0 @@ break

8

package.json
{
"name": "go-ipfs",
"version": "0.3.4",
"version": "0.3.5-2",
"description": "Install the latest go-ipfs binary",

@@ -15,3 +15,3 @@ "main": "index.js",

"type": "git",
"url": "https://github.com/jbenet/node-go-ipfs.git"
"url": "https://github.com/ipfs/npm-go-ipfs.git"
},

@@ -31,6 +31,6 @@ "dependencies": {

"bugs": {
"url": "https://github.com/jbenet/node-go-ipfs/issues"
"url": "https://github.com/ipfs/npm-go-ipfs/issues"
},
"homepage": "https://github.com/jbenet/node-go-ipfs",
"homepage": "https://github.com/ipfs/npm-go-ipfs",
"devDependencies": {}
}
# install go-ipfs from npm
[![](https://img.shields.io/badge/made%20by-Protocol%20Labs-blue.svg?style=flat-square)](http://ipn.io) [![](https://img.shields.io/badge/project-IPFS-blue.svg?style=flat-square)](http://ipfs.io/) [![](https://img.shields.io/badge/freenode-%23ipfs-blue.svg?style=flat-square)](http://webchat.freenode.net/?channels=%23ipfs) [![Dependency Status](https://david-dm.org/ipfs/npm-go-ipfs.svg?style=flat-square)](https://david-dm.org/ipfs/npm-go-ipfs)
Install the latest [go-ipfs](https://github.com/ipfs/go-ipfs/) binary.

@@ -17,7 +19,7 @@

> ipfs version
ipfs version 0.2.3
ipfs version 0.3.5
> npm install go-ipfs
> node_modules/.bin/ipfs
ipfs version 0.2.3
ipfs version 0.3.5
```

@@ -24,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