create-waku
Advanced tools
Comparing version 0.4.10 to 0.5.0
{ | ||
"name": "create-waku", | ||
"version": "0.4.10", | ||
"bin": "./cli.js" | ||
} | ||
"version": "0.5.0", | ||
"author": "Daishi Kato", | ||
"contributors": [ | ||
"Vasu Singh" | ||
], | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/dai-shi/waku.git" | ||
}, | ||
"bin": "./dist/cli.js", | ||
"files": [ | ||
"src", | ||
"dist", | ||
"template" | ||
], | ||
"type": "commonjs", | ||
"dependencies": { | ||
"fs-extra": "^11.1.1", | ||
"kolorist": "^1.8.0", | ||
"prompts": "^2.4.2" | ||
}, | ||
"devDependencies": { | ||
"@types/fs-extra": "^11.0.1", | ||
"@types/prompts": "^2.4.4", | ||
"esbuild": "0.19.2" | ||
}, | ||
"scripts": { | ||
"start": "node dist/cli.js", | ||
"template": "cp -r ../../examples template/", | ||
"build": "esbuild src/* --bundle --platform=node --outdir=dist" | ||
} | ||
} |
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
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 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 License Found
License(Experimental) License information could not be found.
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
6326
3
0
153
1
0
3
3
1
+ Addedfs-extra@^11.1.1
+ Addedkolorist@^1.8.0
+ Addedprompts@^2.4.2
+ Addedfs-extra@11.2.0(transitive)
+ Addedgraceful-fs@4.2.11(transitive)
+ Addedjsonfile@6.1.0(transitive)
+ Addedkleur@3.0.3(transitive)
+ Addedkolorist@1.8.0(transitive)
+ Addedprompts@2.4.2(transitive)
+ Addedsisteransi@1.0.5(transitive)
+ Addeduniversalify@2.0.1(transitive)