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

cypress-vite

Package Overview
Dependencies
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cypress-vite - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

5

package.json
{
"name": "cypress-vite",
"version": "1.0.1",
"version": "1.0.2",
"description": "Run Cypress specs using Vite",

@@ -37,2 +37,5 @@ "author": "Mohammad Ataei",

},
"peerDependencies": {
"vite": "^2.9.0"
},
"devDependencies": {

@@ -39,0 +42,0 @@ "@commitlint/cli": "^17.0.3",

@@ -20,2 +20,12 @@ # cypress-vite

### What about `@cypress/vite-dev-server`?!
The official `@cypress/vite-dev-server` package is for
[cypress component testing](https://docs.cypress.io/guides/component-testing/writing-your-first-component-test)
that creates a vite dev server for mounting and testing React and Vue
components.
The `cypress-vite` is for compiling and running E2E specs. Neither replaces the
other, but you can combine them to use vite both for component and E2E testing.
## Installation

@@ -22,0 +32,0 @@

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