@docs.page/cli
Advanced tools
Comparing version 0.1.5 to 1.0.0
{ | ||
"name": "@docs.page/cli", | ||
"version": "0.1.5", | ||
"description": "npx cli for docs.page initialization", | ||
"version": "1.0.0", | ||
"author": "Invertase <oss@invertase.io> (http://invertase.io)", | ||
"license": "Apache-2.0", | ||
"bin": { | ||
"docs-page": "dist/cli.js" | ||
}, | ||
"exports": { | ||
".": { | ||
"import": "./dist/index.mjs", | ||
"require": "./dist/index.js", | ||
"types": "./dist/index.d.ts" | ||
} | ||
}, | ||
"scripts": { | ||
"prepublish": "chmod u+x binaries/darwin/docs_page && chmod u+x binaries/linux/docs_page && chmod u+x binaries/win32/docs_page.exe" | ||
"build": "rimraf dist && npx tsup src/index.ts src/cli.ts --format esm,cjs --dts", | ||
"watch": "npx tsup src/index.ts src/cli.ts --format esm,cjs --dts --watch", | ||
"postinstall": "npm run build" | ||
}, | ||
"bin": { | ||
"docs_page": "./index.js" | ||
"files": ["dist", "LICENSE", "README.md"], | ||
"dependencies": { | ||
"chalk": "^5.3.0", | ||
"commander": "^12.1.0", | ||
"rimraf": "^6.0.1" | ||
}, | ||
"files": [ | ||
"dist", | ||
"LICENSE", | ||
"README.md", | ||
"binaries" | ||
] | ||
} | ||
"devDependencies": { | ||
"@types/node": "^22.0.0", | ||
"tsup": "^8.2.4", | ||
"typescript": "^5.5.4" | ||
} | ||
} |
@@ -1,3 +0,3 @@ | ||
# CLI utility for docs.page | ||
# Client utility for docs.page | ||
published 1.0.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
Install scripts
Supply chain riskInstall scripts are run when the package is installed. The majority of malware in npm is hidden in install scripts.
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
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
Native code
Supply chain riskContains native code (e.g., compiled binaries or shared libraries). Including native code can obscure malicious behavior.
Found 1 instance in 1 package
Shell access
Supply chain riskThis module accesses the system shell. Accessing the system shell increases the risk of executing arbitrary code.
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 v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
12
1047
1
52003
3
3
1
5
+ Addedchalk@^5.3.0
+ Addedcommander@^12.1.0
+ Addedrimraf@^6.0.1
+ Added@isaacs/cliui@8.0.2(transitive)
+ Addedansi-regex@5.0.16.1.0(transitive)
+ Addedansi-styles@4.3.06.2.1(transitive)
+ Addedbalanced-match@1.0.2(transitive)
+ Addedbrace-expansion@2.0.1(transitive)
+ Addedchalk@5.3.0(transitive)
+ Addedcolor-convert@2.0.1(transitive)
+ Addedcolor-name@1.1.4(transitive)
+ Addedcommander@12.1.0(transitive)
+ Addedcross-spawn@7.0.6(transitive)
+ Addedeastasianwidth@0.2.0(transitive)
+ Addedemoji-regex@8.0.09.2.2(transitive)
+ Addedforeground-child@3.3.0(transitive)
+ Addedglob@11.0.0(transitive)
+ Addedis-fullwidth-code-point@3.0.0(transitive)
+ Addedisexe@2.0.0(transitive)
+ Addedjackspeak@4.0.2(transitive)
+ Addedlru-cache@11.0.2(transitive)
+ Addedminimatch@10.0.1(transitive)
+ Addedminipass@7.1.2(transitive)
+ Addedpackage-json-from-dist@1.0.1(transitive)
+ Addedpath-key@3.1.1(transitive)
+ Addedpath-scurry@2.0.0(transitive)
+ Addedrimraf@6.0.1(transitive)
+ Addedshebang-command@2.0.0(transitive)
+ Addedshebang-regex@3.0.0(transitive)
+ Addedsignal-exit@4.1.0(transitive)
+ Addedstring-width@4.2.35.1.2(transitive)
+ Addedstrip-ansi@6.0.17.1.0(transitive)
+ Addedwhich@2.0.2(transitive)
+ Addedwrap-ansi@7.0.08.1.0(transitive)