Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

unplugin-icons

Package Overview
Dependencies
Maintainers
2
Versions
90
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

unplugin-icons - npm Package Compare versions

Comparing version 0.14.9 to 0.14.10

dist/chunk-2GDGBFGV.js

2

dist/esbuild.d.ts

@@ -5,4 +5,4 @@ import * as esbuild from 'esbuild';

declare const _default: (options?: Options | undefined) => esbuild.Plugin;
declare const _default: (options: Options) => esbuild.Plugin;
export { _default as default };
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
var _chunkKMRT3UZTjs = require('./chunk-KMRT3UZT.js');
var _chunk2GDGBFGVjs = require('./chunk-2GDGBFGV.js');
require('./chunk-6F4PWJZI.js');
// src/esbuild.ts
var esbuild_default = _chunkKMRT3UZTjs.src_default.esbuild;
var esbuild_default = _chunk2GDGBFGVjs.src_default.esbuild;

@@ -9,0 +9,0 @@

"use strict";Object.defineProperty(exports, "__esModule", {value: true});
var _chunkKMRT3UZTjs = require('./chunk-KMRT3UZT.js');
var _chunk2GDGBFGVjs = require('./chunk-2GDGBFGV.js');
require('./chunk-6F4PWJZI.js');
exports.default = _chunkKMRT3UZTjs.src_default;
exports.default = _chunk2GDGBFGVjs.src_default;
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
var _chunkKMRT3UZTjs = require('./chunk-KMRT3UZT.js');
var _chunk2GDGBFGVjs = require('./chunk-2GDGBFGV.js');
require('./chunk-6F4PWJZI.js');

@@ -14,3 +14,3 @@

config.plugins = config.plugins || [];
config.plugins.unshift(_chunkKMRT3UZTjs.src_default.webpack(options));
config.plugins.unshift(_chunk2GDGBFGVjs.src_default.webpack(options));
});

@@ -20,3 +20,3 @@ });

vite.config.plugins = vite.config.plugins || [];
vite.config.plugins.push(_chunkKMRT3UZTjs.src_default.vite(options));
vite.config.plugins.push(_chunk2GDGBFGVjs.src_default.vite(options));
});

@@ -23,0 +23,0 @@ }

@@ -56,2 +56,5 @@ "use strict";Object.defineProperty(exports, "__esModule", {value: true}); function _nullishCoalesce(lhs, rhsFn) { if (lhs != null) { return lhs; } else { return rhsFn(); } }// src/resolver.ts

"fluent",
"fluent-emoji",
"fluent-emoji-flat",
"fluent-emoji-high-contrast",
"fontelico",

@@ -68,2 +71,3 @@ "fontisto",

"healthicons",
"heroicons",
"heroicons-outline",

@@ -97,2 +101,3 @@ "heroicons-solid",

"mi",
"mingcute",
"mono-icons",

@@ -99,0 +104,0 @@ "nimbus",

@@ -5,4 +5,4 @@ import * as rollup from 'rollup';

declare const _default: (options?: Options | undefined) => rollup.Plugin;
declare const _default: (options: Options) => rollup.Plugin;
export { _default as default };
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
var _chunkKMRT3UZTjs = require('./chunk-KMRT3UZT.js');
var _chunk2GDGBFGVjs = require('./chunk-2GDGBFGV.js');
require('./chunk-6F4PWJZI.js');
// src/rollup.ts
var rollup_default = _chunkKMRT3UZTjs.src_default.rollup;
var rollup_default = _chunk2GDGBFGVjs.src_default.rollup;

@@ -9,0 +9,0 @@

@@ -5,4 +5,4 @@ import * as vite from 'vite';

declare const _default: (options?: Options | undefined) => vite.Plugin;
declare const _default: (options: Options) => vite.Plugin;
export { _default as default };
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
var _chunkKMRT3UZTjs = require('./chunk-KMRT3UZT.js');
var _chunk2GDGBFGVjs = require('./chunk-2GDGBFGV.js');
require('./chunk-6F4PWJZI.js');
// src/vite.ts
var vite_default = _chunkKMRT3UZTjs.src_default.vite;
var vite_default = _chunk2GDGBFGVjs.src_default.vite;

@@ -9,0 +9,0 @@

"use strict";Object.defineProperty(exports, "__esModule", {value: true});
var _chunkKMRT3UZTjs = require('./chunk-KMRT3UZT.js');
var _chunk2GDGBFGVjs = require('./chunk-2GDGBFGV.js');
require('./chunk-6F4PWJZI.js');
// src/webpack.ts
var webpack_default = _chunkKMRT3UZTjs.src_default.webpack;
var webpack_default = _chunk2GDGBFGVjs.src_default.webpack;

@@ -9,0 +9,0 @@

{
"name": "unplugin-icons",
"version": "0.14.9",
"version": "0.14.10",
"packageManager": "pnpm@7.2.1",

@@ -136,5 +136,5 @@ "description": "Access thousands of icons as components on-demand universally",

"@antfu/utils": "^0.5.2",
"@iconify/utils": "^1.0.33",
"@iconify/utils": "^2.0.0",
"debug": "^4.3.4",
"kolorist": "^1.5.1",
"kolorist": "^1.6.0",
"local-pkg": "^0.4.2",

@@ -144,19 +144,19 @@ "unplugin": "^0.9.5"

"devDependencies": {
"@antfu/eslint-config": "^0.25.2",
"@iconify/json": "^2.1.85",
"@iconify/types": "^1.1.0",
"@antfu/eslint-config": "^0.26.3",
"@iconify/json": "^2.1.108",
"@iconify/types": "^2.0.0",
"@svgr/core": "^6.3.1",
"@types/debug": "^4.1.7",
"@types/node": "^18.6.2",
"@vue/compiler-sfc": "^3.2.37",
"@types/node": "^18.7.18",
"@vue/compiler-sfc": "^3.2.39",
"bumpp": "^8.2.1",
"cross-env": "^7.0.3",
"eslint": "^8.20.0",
"eslint": "^8.23.1",
"esno": "^0.16.3",
"rollup": "^2.77.2",
"tsup": "^6.2.0",
"typescript": "^4.7.4",
"vite": "^3.0.4",
"vitest": "^0.19.1"
"rollup": "^2.79.0",
"tsup": "^6.2.3",
"typescript": "^4.8.3",
"vite": "^3.1.2",
"vitest": "^0.23.4"
}
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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