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

go-ipfs

Package Overview
Dependencies
Maintainers
8
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.22.0-rc1 to 0.22.0

src/types.d.ts

4

package.json
{
"name": "go-ipfs",
"version": "0.22.0-rc1",
"version": "0.22.0",
"description": "Install the latest go-ipfs binary",

@@ -41,3 +41,3 @@ "main": "src/index.js",

"homepage": "https://github.com/ipfs/npm-go-ipfs",
"types": "./dist/src/types.d.ts",
"types": "./src/types.d.ts",
"devDependencies": {

@@ -44,0 +44,0 @@ "@types/got": "^9.6.12",

@@ -53,2 +53,8 @@ # npm-go-ipfs

### Overriding with `KUBO_BINARY` env
If the `KUBO_BINARY` env variable is set at runtime this will override the path of the binary used.
This must point to the file, not the directory containing the file.
## Development

@@ -55,0 +61,0 @@

@@ -7,2 +7,6 @@ 'use strict'

module.exports.path = function () {
if (process.env.KUBO_BINARY) {
return process.env.KUBO_BINARY
}
const paths = [

@@ -9,0 +13,0 @@ path.resolve(path.join(__dirname, '..', 'go-ipfs', 'ipfs')),

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