Socket
Socket
Sign inDemoInstall

cypress-devserver-esbuild

Package Overview
Dependencies
90
Maintainers
1
Versions
43
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.2.4 to 1.2.5

2

package.json
{
"name": "cypress-devserver-esbuild",
"version": "1.2.4",
"version": "1.2.5",
"description": "Minimal esbuild dev server for usage with cypress component tests.",

@@ -5,0 +5,0 @@ "main": "./src/dev-server.js",

@@ -159,4 +159,4 @@ const { context, build } = require("esbuild");

}
await ensure(outdir);
await ensure(join(outdir, "__bundle"));
await ensure(outdir, log);
await ensure(join(outdir, "__bundle"), log);
await writeFile(fileName, css, "utf8");

@@ -163,0 +163,0 @@ }

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc