protobuf2flowtype
Advanced tools
+4
-4
| { | ||
| "name": "protobuf2flowtype", | ||
| "version": "3.0.0", | ||
| "version": "3.0.1", | ||
| "description": "Given protobuf file will generate node packages which export protobufjs builders annotated with flowtype type anotations", | ||
@@ -12,5 +12,5 @@ "main": "runtime/index.js", | ||
| "babylon": "^6.10.0", | ||
| "fs-extra": "^0.30.0", | ||
| "fs-extra": "^1.0.0", | ||
| "mustache": "^2.2.1", | ||
| "protobuf2flowtype-runtime": "3.0.0", | ||
| "protobuf2flowtype-runtime": "3.0.1", | ||
| "yargs": "^6.0.0" | ||
@@ -22,3 +22,3 @@ }, | ||
| "eslint-plugin-flowtype": "^2.17.1", | ||
| "flow-bin": "^0.33.0", | ||
| "flow-bin": "^0.34.0", | ||
| "json": "^9.0.4", | ||
@@ -25,0 +25,0 @@ "mock-cli": "^0.1.2", |
| { | ||
| "name": "protobuf2flowtype-runtime", | ||
| "version": "3.0.0", | ||
| "version": "3.0.1", | ||
| "description": "Base flowtype type annotations for protobuf", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
39496
0+ Added
+ Added
- Removed
- Removed
- Removed
Updated