@bodidata/events
Advanced tools
Comparing version 1.2.9 to 1.4.0-0
{ | ||
"name": "@bodidata/events", | ||
"version": "1.2.9", | ||
"version": "1.4.0-0", | ||
"description": "strongly typed events dictionary", | ||
"main": "build/index.js", | ||
"scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
"build:watch": "babel --watch=./src --out-dir=./build --ignore __tests__,__mocks__", | ||
"build": "babel ./src -d ./build --ignore __tests__,__mocks__", | ||
"prebuild": "flow-copy-source src build" | ||
}, | ||
"author": "Tung Vu <tung@bodidata.com>", | ||
"license": "ISC" | ||
"license": "ISC", | ||
"devDependencies": { | ||
"babel-core": "^6.26.0", | ||
"babel-plugin-flow-runtime": "^0.11.1", | ||
"babel-plugin-transform-object-rest-spread": "^6.26.0", | ||
"babel-preset-env": "^1.6.0", | ||
"babel-preset-flow": "^6.23.0", | ||
"flow-copy-source": "^1.2.1" | ||
}, | ||
"dependencies": { | ||
"flow-runtime": "^0.14.0" | ||
} | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Empty package
Supply chain riskPackage does not contain any code. It may be removed, is name squatting, or the result of a faulty package publish.
Found 1 instance in 1 package
No tests
QualityPackage does not have any tests. This is a strong signal of a poorly maintained or low quality package.
Found 1 instance in 1 package
88800
12
157
0
1
6
+ Addedflow-runtime@^0.14.0
+ Addedflow-runtime@0.14.0(transitive)