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

@onflow/protobuf

Package Overview
Dependencies
Maintainers
7
Versions
25
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@onflow/protobuf - npm Package Compare versions

Comparing version 0.0.3 to 0.1.2

CHANGELOG.md

19

package.json
{
"name": "@onflow/protobuf",
"version": "0.0.3",
"version": "0.1.2",
"description": "Access Node Protobuf",

@@ -22,8 +22,19 @@ "license": "Apache-2.0",

"jest": "25.1.0",
"jest-esm-transformer": "1.0.0"
"jest-esm-transformer": "1.0.0",
"path": "^0.12.7",
"ts-protoc-gen": "^0.12.0",
"typescript": "^3.8.3",
"webpack": "^4.42.1",
"webpack-cli": "^3.3.11"
},
"main": "src/protobuf.js",
"main": "./dist/index.js",
"scripts": {
"test": "jest"
"prepublishOnly": "npm test && npm run build",
"test": "jest",
"build": "webpack --mode=production"
},
"dependencies": {
"@improbable-eng/grpc-web": "^0.12.0",
"google-protobuf": "^3.11.4"
}
}
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