Socket
Socket
Sign inDemoInstall

vite-plugin-fast-external

Package Overview
Dependencies
0
Maintainers
1
Versions
32
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.3.0 to 2.3.1

4

package.json
{
"name": "vite-plugin-fast-external",
"version": "2.3.0",
"description": "Without lexical transform, support custom external code.",
"version": "2.3.1",
"description": "High performance, Built in Vue, React, Antd, Element and others",
"main": "index.js",

@@ -6,0 +6,0 @@ "repository": {

@@ -68,3 +68,3 @@ const antd_vue_v1 = require('./ant-design-vue-v1');

.filter(e => !keywords.includes(e))
.map(e => `export const ${e} = _M_['${e}'];`)
.map(e => `export const ${e} = _M_.${e};`)
.join('\n');

@@ -71,0 +71,0 @@ const externalTpl = `

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc