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

@dojoengine/create-dojo

Package Overview
Dependencies
Maintainers
1
Versions
114
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@dojoengine/create-dojo - npm Package Compare versions

Comparing version 0.7.0-alpha.2 to 0.7.0

3

bin/index.js

@@ -86,4 +86,3 @@ #!/usr/bin/env node

validate: (input2) => {
if (/^([A-Za-z\-\_\d])+$/.test(input2))
return true;
if (/^([A-Za-z\-\_\d])+$/.test(input2)) return true;
else

@@ -90,0 +89,0 @@ return "Project name may only include letters, numbers, underscores and hashes.";

{
"name": "@dojoengine/create-dojo",
"version": "0.7.0-alpha.2",
"version": "0.7.0",
"description": "Scaffold Dojo project from examples",

@@ -27,3 +27,3 @@ "module": "index.ts",

},
"gitHead": "7a9417eae76e79c1b06d30f5a10b325a14aec4fb"
"gitHead": "2f1551984c77d1a363366a3b3378ff88029bd538"
}

Sorry, the diff of this file is not supported yet

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