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

cypress-vite

Package Overview
Dependencies
Maintainers
1
Versions
14
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.2.0 to 1.2.1

dist/index.cjs

24

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

@@ -20,3 +20,3 @@ "author": "Mohammad Ataei",

},
"main": "dist/index.js",
"main": "dist/index.cjs",
"module": "dist/index.mjs",

@@ -26,3 +26,3 @@ "types": "dist/index.d.ts",

".": {
"require": "./dist/index.js",
"require": "./dist/index.cjs",
"import": "./dist/index.mjs",

@@ -46,14 +46,14 @@ "types": "./dist/index.d.ts"

"@types/debug": "^4.1.7",
"@types/node": "^18.7.18",
"@typescript-eslint/eslint-plugin": "^5.38.0",
"@typescript-eslint/parser": "^5.38.0",
"cypress": "^10.8.0",
"eslint": "^8.23.1",
"@types/node": "^18.11.2",
"@typescript-eslint/eslint-plugin": "^5.40.1",
"@typescript-eslint/parser": "^5.40.1",
"cypress": "^10.10.0",
"eslint": "^8.25.0",
"eslint-config-prettier": "^8.5.0",
"husky": "^8.0.1",
"lint-staged": "^13.0.3",
"prettier": "2.6.2",
"prettier": "^2.7.1",
"rollup": "2.78.1",
"tsup": "^6.2.3",
"typescript": "^4.8.3",
"typescript": "^4.8.4",
"unbuild": "^0.9.4",
"vite": "^3.1.3"

@@ -65,3 +65,3 @@ },

"scripts": {
"build": "tsup",
"build": "unbuild",
"example": "pnpm --filter example",

@@ -68,0 +68,0 @@ "test": "pnpm --filter example test",

Sorry, the diff of this file is not supported yet

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