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

vite-plugin-purge-icons

Package Overview
Dependencies
Maintainers
1
Versions
26
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vite-plugin-purge-icons - npm Package Compare versions

Comparing version 0.0.1 to 0.1.0

9

dist/index.js

@@ -42,3 +42,2 @@ "use strict";Object.defineProperty(exports, "__esModule", {value: true});var __assign = Object.assign;

const parsedOptions = __assign({
iconifyImport: 'import Module from "/@modules/@iconify/iconify.js"\n const Iconify = Module.default',
content: [

@@ -52,6 +51,10 @@ "**/*.html",

return {
configureServer: createServerPlugin(parsedOptions),
configureServer: createServerPlugin(__assign(__assign({}, parsedOptions), {
iconifyImport: 'import Module from "/@modules/@iconify/iconify.js"\nconst Iconify = Module.default'
})),
rollupInputOptions: {
plugins: [
createRollupPlugin(parsedOptions)
createRollupPlugin(__assign(__assign({}, parsedOptions), {
iconifyImport: 'import Iconify from "@iconify/iconify.js"'
}))
]

@@ -58,0 +61,0 @@ }

{
"name": "vite-plugin-purge-icons",
"version": "0.0.1",
"version": "0.1.0",
"main": "dist/index.js",

@@ -24,3 +24,3 @@ "module": "dist/index.mjs",

"dependencies": {
"purge-icons": "0.0.2"
"purge-icons": "0.1.0"
},

@@ -27,0 +27,0 @@ "devDependencies": {

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