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.6 to 1.2.7

2

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

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

@@ -150,3 +150,3 @@ const { context, build } = require('esbuild')

if (watchMode) {
const oldCtx = ctx
await ctx.dispose()
ctx = await createContext(

@@ -161,3 +161,2 @@ esbuildConfig,

)
oldCtx.dispose()
}

@@ -164,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