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

create-rspack

Package Overview
Dependencies
Maintainers
0
Versions
933
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

create-rspack - npm Package Compare versions

Comparing version 1.0.0-alpha.4 to 1.0.0-alpha.5

4

index.js
#!/usr/bin/env node
const yargs = require("yargs/yargs");
const { hideBin } = require("yargs/helpers");
const fs = require("fs");
const path = require("path");
const fs = require("node:fs");
const path = require("node:path");
const prompts = require("prompts");

@@ -7,0 +7,0 @@ const { formatTargetDir } = require("./utils");

{
"name": "create-rspack",
"version": "1.0.0-alpha.4",
"version": "1.0.0-alpha.5",
"license": "MIT",

@@ -5,0 +5,0 @@ "main": "index.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