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

vite-plugin-esmodule

Package Overview
Dependencies
Maintainers
1
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vite-plugin-esmodule - npm Package Compare versions

Comparing version 1.1.0 to 1.1.1

4

index.d.ts

@@ -9,3 +9,3 @@ import type { Plugin, UserConfig } from 'vite';

webpack?: true | ((config: Configuration) => Configuration | void | Promise<Configuration | void>);
vite: never;
vite?: never;
}

@@ -15,3 +15,3 @@

vite?: true | ((config: UserConfig) => UserConfig | void | Promise<UserConfig | void>);
webpack: never;
webpack?: never;
}

@@ -18,0 +18,0 @@

{
"name": "vite-plugin-esmodule",
"version": "1.1.0",
"version": "1.1.1",
"description": "Build ES module to CommonJs module for Node.js",

@@ -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