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

@magenta/protobuf

Package Overview
Dependencies
Maintainers
2
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@magenta/protobuf - npm Package Compare versions

Comparing version 0.0.2 to 0.0.3

17

package.json
{
"name": "@magenta/protobuf",
"version": "0.0.2",
"version": "0.0.3",
"description": "",

@@ -10,16 +10,5 @@ "main": "src/proto.js",

},
"devDependencies": {
"@types/tape": "^4.2.31",
"clang-format": "^1.2.2",
"protobufjs": "^6.8.6",
"tape": "^4.9.0",
"ts-node": "^5.0.0",
"tslint": "~5.8.0",
"typescript": "2.7.2"
},
"scripts": {
"build": "tsc",
"lint": "tslint -p . -t verbose",
"test": "ts-node node_modules/tape/bin/tape src/**/*_test.ts",
"proto": "pbjs -t static-module -w commonjs -o src/proto.js ../../protobuf/music.proto && pbts -o src/proto.d.ts src/proto.js"
"prepublish": "yarn proto",
"proto": "pbjs --force-number -t static-module -w commonjs -o src/proto.js ../../protobuf/music.proto && pbts -o src/proto.d.ts src/proto.js"
},

@@ -26,0 +15,0 @@ "author": "Magenta",

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

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