flow-parser
Advanced tools
Comparing version 0.0.0 to 0.1.0
{ | ||
"name": "flow-parser", | ||
"version": "0.0.0", | ||
"description": "JavaScript parser written in OCaml. Produces SpiderMonkey AST.", | ||
"main": "index.js", | ||
"version": "0.1.0", | ||
"description": "JavaScript parser written in OCaml. Produces SpiderMonkey AST", | ||
"author": { | ||
"name": "Gabe Levi", | ||
"email": "gabe@fb.com" | ||
}, | ||
"bin": { | ||
"flowparse": "tools/inspect_ast.js", | ||
"flowvalidate": "tools/js_test_files.js" | ||
}, | ||
"repository": { | ||
"private": true | ||
}, | ||
"devDependencies": { | ||
"esprima-fb": "12001.1.0-dev-harmony-fb" | ||
}, | ||
"dependencies": { | ||
"ast-types": ">=0.6.11", | ||
"colors": ">=0.6.2", | ||
"minimist": ">=0.2.0" | ||
}, | ||
"engines": { | ||
"node": ">=0.4.0" | ||
}, | ||
"scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
}, | ||
"author": "Gabe Levi <gabe@fb.com>", | ||
"license": "BSD" | ||
"test": "node test/run_esprima_tests.js; node test/run_hardcoded_tests.js", | ||
"prepublish": "make js" | ||
} | ||
} |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
Network access
Supply chain riskThis module accesses the network.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
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
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
Misc. License Issues
License(Experimental) A package's licensing information has fine-grained problems.
Found 1 instance in 1 package
No README
QualityPackage does not have a README. This may indicate a failed publish or a low quality package.
Found 1 instance in 1 package
Trivial Package
Supply chain riskPackages less than 10 lines of code are easily copied into your own project and may not warrant the additional supply chain risk of an external dependency.
Found 1 instance in 1 package
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
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
495479
15
0
13815
2
0
34
3
1
4
3
+ Addedast-types@>=0.6.11
+ Addedcolors@>=0.6.2
+ Addedminimist@>=0.2.0
+ Addedast-types@0.16.1(transitive)
+ Addedcolors@1.4.0(transitive)
+ Addedminimist@1.2.8(transitive)
+ Addedtslib@2.8.1(transitive)