Latest Threat Research:SANDWORM_MODE: Shai-Hulud-Style npm Worm Hijacks CI Workflows and Poisons AI Toolchains.Details
Socket
Book a DemoInstallSign in
Socket

protobuf2flowtype

Package Overview
Dependencies
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

protobuf2flowtype - npm Package Compare versions

Comparing version
2.0.7
to
2.0.8
+9
-9
package.json
{
"name": "protobuf2flowtype",
"version": "2.0.7",
"version": "2.0.8",
"description": "Given protobuf file will generate node packages which export protobufjs builders annotated with flowtype type anotations",

@@ -10,21 +10,21 @@ "main": "runtime/index.js",

"dependencies": {
"protobuf2flowtype-runtime": "2.0.7",
"protobufjs": "^5.0.1"
"babel-generator": "^6.14.0",
"babylon": "^6.10.0",
"fs-extra": "^0.30.0",
"mustache": "^2.2.1",
"protobuf2flowtype-runtime": "2.0.8",
"yargs": "^6.0.0"
},
"devDependencies": {
"babel-eslint": "^7.0.0",
"babel-generator": "^6.14.0",
"babylon": "^6.10.0",
"eslint": "^3.7.1",
"eslint-plugin-flowtype": "^2.17.1",
"flow-bin": "^0.33.0",
"fs-extra": "^0.30.0",
"json": "^9.0.4",
"mock-cli": "^0.1.2",
"mock-require": "^1.3.0",
"mustache": "^2.2.1",
"nodeunit": "^0.10.2",
"nyc": "^8.3.0",
"rewire": "^2.5.2",
"yargs": "^6.0.0"
"protobufjs": "^5.0.1",
"rewire": "^2.5.2"
},

@@ -31,0 +31,0 @@ "scripts": {

{
"name": "protobuf2flowtype-runtime",
"version": "2.0.7",
"version": "2.0.8",
"description": "Base flowtype type annotations for protobuf",

@@ -15,3 +15,6 @@ "main": "index.js",

},
"homepage": "https://github.com/netproteus/protobuf2flowtype#readme"
"homepage": "https://github.com/netproteus/protobuf2flowtype#readme",
"dependencies": {
"protobufjs": "^5.0.1"
}
}

Sorry, the diff of this file is not supported yet