Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@cypress/vite-dev-server

Package Overview
Dependencies
Maintainers
1
Versions
48
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@cypress/vite-dev-server - npm Package Compare versions

Comparing version 5.1.1 to 5.2.0

6

dist/devServer.js

@@ -35,3 +35,7 @@ "use strict";

close(cb) {
return server.close().then(() => cb === null || cb === void 0 ? void 0 : cb()).catch(cb);
debug('closing dev server');
return server.close().then(() => {
debug('closed dev server');
cb === null || cb === void 0 ? void 0 : cb();
}).catch(cb);
},

@@ -38,0 +42,0 @@ };

@@ -27,2 +27,3 @@ "use strict";

devServerEvents.on('dev-server:specs:changed', (specs) => {
debug(`dev-server:secs:changed: ${specs.map((spec) => spec.relative)}`);
specsPathsSet = getSpecsPathsSet(specs);

@@ -29,0 +30,0 @@ });

4

dist/resolveConfig.js

@@ -55,3 +55,3 @@ "use strict";

var _a, _b, _c;
const { cypressConfig: { port, projectRoot, devServerPublicPathRoute, supportFile, cypressBinaryRoot, isTextTerminal, }, specs, } = config;
const { cypressConfig: { experimentalJustInTimeCompile, port, projectRoot, devServerPublicPathRoute, supportFile, cypressBinaryRoot, isTextTerminal, }, specs, } = config;
const vitePort = port !== null && port !== void 0 ? port : undefined;

@@ -99,3 +99,3 @@ // Vite caches its output in the .vite directory in the node_modules where vite lives.

],
}, port: vitePort, host: '127.0.0.1' }, (isTextTerminal
}, port: vitePort, host: '127.0.0.1' }, (isTextTerminal && !experimentalJustInTimeCompile
? { watch: { ignored: '**/*' }, hmr: false }

@@ -102,0 +102,0 @@ : {})),

{
"name": "@cypress/vite-dev-server",
"version": "5.1.1",
"version": "5.2.0",
"description": "Launches Vite Dev Server for Component Testing",

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