New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

create-zudoku-app

Package Overview
Dependencies
Maintainers
0
Versions
650
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

create-zudoku-app - npm Package Compare versions

Comparing version 0.3.1-dev.9 to 0.3.1-dev.10

12

package.json
{
"name": "create-zudoku-app",
"version": "0.3.1-dev.9",
"version": "0.3.1-dev.10",
"keywords": [

@@ -22,6 +22,2 @@ "react",

],
"scripts": {
"dev": "ncc build ./index.ts -w -o dist/",
"build": "rm -rf ./dist && ncc build ./index.ts -o ./dist/ --minify --no-cache --no-source-map-register"
},
"devDependencies": {

@@ -50,3 +46,7 @@ "@types/async-retry": "1.4.2",

"node": ">=18.18.0"
},
"scripts": {
"dev": "ncc build ./index.ts -w -o dist/",
"build": "rm -rf ./dist && ncc build ./index.ts -o ./dist/ --minify --no-cache --no-source-map-register"
}
}
}
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