Comparing version 0.0.1 to 0.0.2
{ | ||
"name": "cfw", | ||
"license": "MIT", | ||
"version": "0.0.1", | ||
"description": "Simple CLI for working with Cloudflare Workers locally and deploying with bundled JavaScript.", | ||
"author": "Fouad Matin <open@fouad.org>", | ||
"repository": "fouad/cfw", | ||
"bin": { | ||
"cfw": "bin/cfw" | ||
}, | ||
"version": "0.0.2", | ||
"bin": "bin.js", | ||
"files": [ | ||
"*.js", | ||
"lib" | ||
], | ||
"scripts": { | ||
"test": "ava" | ||
"test": "eslint bin.js lib" | ||
}, | ||
"main": "lib/index.js" | ||
"dependencies": { | ||
"httpie": "^1.1.2", | ||
"kleur": "^3.0.3", | ||
"premove": "^1.0.0", | ||
"rollup": "^1.18.0", | ||
"rollup-plugin-node-resolve": "^5.2.0", | ||
"sade": "^1.6.1" | ||
}, | ||
"devDependencies": { | ||
"eslint": "6.1.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
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
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
Debug access
Supply chain riskUses debug, reflection and dynamic code execution features.
Found 1 instance in 1 package
Dynamic require
Supply chain riskDynamic require can indicate the package is performing dangerous or unsafe dynamic code execution.
Found 1 instance in 1 package
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
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
No contributors or author data
MaintenancePackage does not specify a list of contributors or an author in package.json.
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
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
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
11358
8
291
6
1
2
2
0
5
3
+ Addedhttpie@^1.1.2
+ Addedkleur@^3.0.3
+ Addedpremove@^1.0.0
+ Addedrollup@^1.18.0
+ Addedsade@^1.6.1
+ Added@types/estree@1.0.6(transitive)
+ Added@types/node@22.10.5(transitive)
+ Added@types/resolve@0.0.8(transitive)
+ Addedacorn@7.4.1(transitive)
+ Addedbuiltin-modules@3.3.0(transitive)
+ Addedestree-walker@0.6.1(transitive)
+ Addedfunction-bind@1.1.2(transitive)
+ Addedhasown@2.0.2(transitive)
+ Addedhttpie@1.1.2(transitive)
+ Addedis-core-module@2.16.1(transitive)
+ Addedis-module@1.0.0(transitive)
+ Addedkleur@3.0.3(transitive)
+ Addedmri@1.2.0(transitive)
+ Addedpath-parse@1.0.7(transitive)
+ Addedpremove@1.0.0(transitive)
+ Addedresolve@1.22.10(transitive)
+ Addedrollup@1.32.1(transitive)
+ Addedrollup-plugin-node-resolve@5.2.0(transitive)
+ Addedrollup-pluginutils@2.8.2(transitive)
+ Addedsade@1.8.1(transitive)
+ Addedsupports-preserve-symlinks-flag@1.0.0(transitive)
+ Addedundici-types@6.20.0(transitive)