Socket
Socket
Sign inDemoInstall

vite-plugin-fast-external

Package Overview
Dependencies
Maintainers
1
Versions
32
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vite-plugin-fast-external - npm Package Compare versions

Comparing version 1.6.1 to 1.6.2

3

index.js

@@ -13,3 +13,4 @@ const resolve = require('vite-plugin-resolve');

if (typeof strOrFn === 'string') {
externals[moduleId] = `const ${moduleId} = window['${/* iife name */strOrFn}']; export { ${moduleId} as default }`;
const iifeName = strOrFn;
externals[moduleId] = `const ${iifeName} = window['${iifeName}']; export { ${iifeName} as default }`;
}

@@ -16,0 +17,0 @@ }

{
"name": "vite-plugin-fast-external",
"version": "1.6.1",
"version": "1.6.2",
"description": "Without lexical transform, support custom external code.",

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