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

@iconify/utils

Package Overview
Dependencies
Maintainers
1
Versions
88
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@iconify/utils - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

lib/icon-set/get-icon.d.ts

6

lib/icon/index.d.ts

@@ -1,2 +0,2 @@

import type { IconifyOptional, IconifyJSON, IconifyDimenisons, IconifyIcon } from '@iconify/types';
import type { IconifyOptional, IconifyDimenisons, IconifyIcon } from '@iconify/types';
export { IconifyIcon };

@@ -15,6 +15,2 @@ export declare type FullIconifyIcon = Required<IconifyIcon>;

/**
* Optional properties that must be copied when copying icon set
*/
export declare const propsToCopy: (keyof IconifyJSON)[];
/**
* Default values for all optional IconifyIcon properties

@@ -21,0 +17,0 @@ */

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.fullIcon = exports.iconDefaults = exports.propsToCopy = exports.minifyProps = exports.matchName = void 0;
exports.fullIcon = exports.iconDefaults = exports.minifyProps = exports.matchName = void 0;
/**

@@ -21,6 +21,2 @@ * Expression to test part of icon name.

/**
* Optional properties that must be copied when copying icon set
*/
exports.propsToCopy = exports.minifyProps.concat(['provider']);
/**
* Default values for all optional IconifyIcon properties

@@ -27,0 +23,0 @@ */

@@ -5,3 +5,3 @@ {

"author": "Vjacheslav Trushkin",
"version": "1.0.1",
"version": "1.0.2",
"license": "MIT",

@@ -8,0 +8,0 @@ "bugs": "https://github.com/iconify/iconify/issues",

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