New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

ipfs-grpc-protocol

Package Overview
Dependencies
Maintainers
2
Versions
207
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ipfs-grpc-protocol - npm Package Compare versions

Comparing version 0.5.6-rc.5 to 0.6.0

dist/index.min.js

34

package.json
{
"name": "ipfs-grpc-protocol",
"version": "0.5.6-rc.5+b9382bc5",
"version": "0.6.0",
"description": "Protobuf definitions for the IPFS gRPC API",

@@ -8,6 +8,8 @@ "keywords": [

],
"main": "./cjs/src/index.js",
"types": "types/src/index.d.ts",
"type": "module",
"main": "src/index.js",
"types": "dist/src/index.d.ts",
"files": [
"*",
"dist",
"src",
"!**/*.tsbuildinfo"

@@ -21,10 +23,5 @@ ],

},
"publishConfig": {
"directory": "dist"
},
"exports": {
".": {
"browser": "./esm/src/index.js",
"require": "./cjs/src/index.js",
"import": "./esm/src/index.js"
"import": "./src/index.js"
}

@@ -35,3 +32,2 @@ },

"license": "(Apache-2.0 OR MIT)",
"leadMaintainer": "Alex Potsides <alex@achingbrain.net>",
"repository": {

@@ -42,16 +38,12 @@ "type": "git",

"scripts": {
"clean": "rimraf ./dist",
"clean": "aegir clean",
"build": "npm run clean && mkdirp ./dist && pbjs ./src/*.proto -t json -o ./dist/ipfs.json && node ./scripts/update-index.js && npm run lint -- --fix && aegir build",
"lint": "aegir ts -p check && aegir lint"
"lint": "aegir lint"
},
"devDependencies": {
"aegir": "^36.0.1",
"aegir": "^37.0.11",
"mkdirp": "^1.0.4",
"protobufjs": "^6.10.2",
"rimraf": "^3.0.2"
"protobufjs": "^6.10.2"
},
"gitHead": "b9382bc5bc7341a2771a69b2386e5473b507caf1",
"browser": {
".": "./cjs/src/index.js"
}
}
"gitHead": "38e78cc875309ba6316706b63865e399dbcd18c0"
}
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