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 3.1.0 to 3.1.1

2

dist/plugins/cypress.js

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

indexHtmlContent = indexHtmlContent.replace('<head>', `<head>
${scriptTagsToInject.map((script) => script.toString())}
${scriptTagsToInject.join('')}
`);

@@ -55,0 +55,0 @@ // find </body> last index

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

},
host: '127.0.0.1',
},

@@ -84,0 +85,0 @@ plugins: [

{
"name": "@cypress/vite-dev-server",
"version": "3.1.0",
"version": "3.1.1",
"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