Socket
Socket
Sign inDemoInstall

vite-node

Package Overview
Dependencies
Maintainers
2
Versions
253
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vite-node - npm Package Compare versions

Comparing version 0.2.8 to 0.3.0

4

dist/cli.js

@@ -46,4 +46,2 @@ import minimist from 'minimist';

const defaultInline = [
/\/vitest\/dist\//,
/vitest-virtual-\w+\/dist/,
/virtual:/,

@@ -55,3 +53,3 @@ /\.ts$/,

const depsExternal = [
/\.cjs.js$/,
/\.cjs\.js$/,
/\.mjs$/

@@ -58,0 +56,0 @@ ];

@@ -33,4 +33,2 @@ import { existsSync } from 'fs';

const defaultInline = [
/\/vitest\/dist\//,
/vitest-virtual-\w+\/dist/,
/virtual:/,

@@ -42,3 +40,3 @@ /\.ts$/,

const depsExternal = [
/\.cjs.js$/,
/\.cjs\.js$/,
/\.mjs$/

@@ -45,0 +43,0 @@ ];

{
"name": "vite-node",
"version": "0.2.8",
"version": "0.3.0",
"description": "Vite as Node.js runtime",

@@ -5,0 +5,0 @@ "homepage": "https://github.com/vitest-dev/vitest#readme",

Sorry, the diff of this file is not supported yet

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