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
3.0.3
to
3.0.4
+7
-7
package.json
{
"name": "protobuf2flowtype",
"version": "3.0.3",
"version": "3.0.4",
"description": "Given protobuf file will generate node packages which export protobufjs builders annotated with flowtype type anotations",

@@ -12,6 +12,6 @@ "main": "runtime/index.js",

"babylon": "^6.10.0",
"fs-extra": "^1.0.0",
"fs-extra": "^2.0.0",
"mustache": "^2.2.1",
"protobuf2flowtype-runtime": "3.0.3",
"yargs": "^6.0.0"
"protobuf2flowtype-runtime": "3.0.4",
"yargs": "^7.0.2"
},

@@ -22,8 +22,8 @@ "devDependencies": {

"eslint-plugin-flowtype": "^2.17.1",
"flow-bin": "^0.35.0",
"flow-bin": "^0.42.0",
"json": "^9.0.4",
"mock-cli": "^0.1.2",
"mock-require": "^2.0.0",
"nodeunit": "^0.10.2",
"nyc": "^9.0.1",
"nodeunit": "^0.11.0",
"nyc": "^10.0.0",
"protobufjs": "^5.0.1",

@@ -30,0 +30,0 @@ "rewire": "^2.5.2"

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

@@ -5,0 +5,0 @@ "main": "index.js",