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

@unocss/preset-icons

Package Overview
Dependencies
Maintainers
1
Versions
392
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@unocss/preset-icons - npm Package Compare versions

Comparing version 0.12.15 to 0.12.16

2

dist/index.d.ts

@@ -6,4 +6,4 @@ import { Preset } from '@unocss/core';

declare const preset: ({ scale, mode, prefix, warn, collections, extraProperties, layer, }?: IconsOptions) => Preset;
declare const preset: (options?: IconsOptions) => Preset;
export { preset as default, preset };

@@ -34,14 +34,16 @@ "use strict";Object.defineProperty(exports, "__esModule", {value: true});

}
var preset = ({
scale = 1,
mode = "auto",
prefix = "i-",
warn = false,
collections = {},
extraProperties = {},
layer = "icons"
} = {}) => {
var preset = (options = {}) => {
const {
scale = 1,
mode = "auto",
prefix = "i-",
warn = false,
collections = {},
extraProperties = {},
layer = "icons"
} = options;
return {
name: "@unocss/preset-icons",
enforce: "pre",
options,
layers: {

@@ -48,0 +50,0 @@ icons: -10

{
"name": "@unocss/preset-icons",
"version": "0.12.15",
"version": "0.12.16",
"description": "Pure CSS Icons for UnoCSS",

@@ -46,3 +46,3 @@ "keywords": [

"@iconify/utils": "^1.0.19",
"@unocss/core": "0.12.15",
"@unocss/core": "0.12.16",
"local-pkg": "^0.4.0"

@@ -49,0 +49,0 @@ },

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