ipfs-grpc-protocol
Advanced tools
Comparing version 0.2.1-rc.14 to 0.2.1-rc.26
{ | ||
"name": "ipfs-grpc-protocol", | ||
"version": "0.2.1-rc.14+b7659d45", | ||
"version": "0.2.1-rc.26+1823375a", | ||
"description": "Protobuf definitions for the IPFS gRPC API", | ||
@@ -24,3 +24,4 @@ "keywords": [ | ||
"clean": "rimraf ./dist", | ||
"prepare": "npm run clean && mkdirp ./dist && pbjs ./src/*.proto -t json -o ./dist/ipfs.json" | ||
"prepare": "npm run build", | ||
"build": "npm run clean && mkdirp ./dist && pbjs ./src/*.proto -t json -o ./dist/ipfs.json" | ||
}, | ||
@@ -32,3 +33,3 @@ "devDependencies": { | ||
}, | ||
"gitHead": "b7659d4544fbf335eb5dcd3b71fc1b81f436088c" | ||
"gitHead": "1823375a17ee2562f06accdd605eeefebf7a3922" | ||
} |
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
8199