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.0 to 5.1.1

4

dist/devServer.d.ts

@@ -5,4 +5,4 @@ /// <reference types="cypress" />

declare const ALL_FRAMEWORKS: readonly ["react", "vue"];
declare type ConfigHandler = UserConfig | (() => UserConfig | Promise<UserConfig>);
export declare type ViteDevServerConfig = {
type ConfigHandler = UserConfig | (() => UserConfig | Promise<UserConfig>);
export type ViteDevServerConfig = {
specs: Cypress.Spec[];

@@ -9,0 +9,0 @@ cypressConfig: Cypress.PluginConfigOptions;

import type { ViteDevServerConfig } from './devServer';
export declare type Vite = typeof import('vite-5');
export type Vite = typeof import('vite-5');
export declare function getVite(config: ViteDevServerConfig): Vite;
{
"name": "@cypress/vite-dev-server",
"version": "5.1.0",
"version": "5.1.1",
"description": "Launches Vite Dev Server for Component Testing",

@@ -30,3 +30,3 @@ "main": "index.js",

"ts-node": "^10.9.2",
"vite-4": "npm:vite@^4.5.2",
"vite-4": "npm:vite@^4.5.3",
"vite-5": "npm:vite@^5.2.8",

@@ -33,0 +33,0 @@ "vite-plugin-inspect": "0.8.4"

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