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
0
Versions
113
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 1.0.0-alpha.0 to 1.0.0-alpha.1

4

package.json
{
"name": "@dojoengine/create-dojo",
"version": "1.0.0-alpha.0",
"version": "1.0.0-alpha.1",
"description": "Scaffold Dojo project from examples",

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

},
"gitHead": "576548dc6876db34f5c8aeb7e060d20b72cc6186"
"gitHead": "d5965d4e27bc1e9f63280e426581060b62a2c66c"
}

@@ -1,9 +0,9 @@

import { defineConfig } from "tsup";
import { defineConfig, Options } from "tsup";
import { tsupConfig } from "../../tsup.config";
export default defineConfig({
...tsupConfig,
minify: false,
splitting: false,
outDir: "./bin",
...(tsupConfig as Options),
minify: false,
splitting: false,
outDir: "./bin",
});
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