Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

create-waku

Package Overview
Dependencies
Maintainers
1
Versions
70
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

create-waku - npm Package Compare versions

Comparing version 0.4.10 to 0.5.0

LICENSE

35

package.json
{
"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"
}
}
cli.js
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc