Socket
Socket
Sign inDemoInstall

@iconify/utils

Package Overview
Dependencies
29
Maintainers
1
Versions
79
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.1.18 to 2.1.19

10

lib/loader/fs.d.ts

@@ -6,12 +6,4 @@ import { IconifyJSON } from '@iconify/types';

/**
* Asynchronously loads a collection from the file system.
*
* @param name {string} the name of the collection, e.g. 'mdi'
* @param autoInstall {AutoInstall} [autoInstall=false] - whether to automatically install
* @param scope {string} [scope='@iconify-json'] - the scope of the collection, e.g. '@my-company-json'
* @return {Promise<IconifyJSON | undefined>} the loaded IconifyJSON or undefined
*/
declare function loadCollectionFromFS(name: string, autoInstall?: AutoInstall, scope?: string): Promise<IconifyJSON | undefined>;
declare function loadCollectionFromFS(name: string, autoInstall?: AutoInstall): Promise<IconifyJSON | undefined>;
export { loadCollectionFromFS };

@@ -132,10 +132,4 @@ import { Awaitable } from '@antfu/utils';

usedProps?: Record<string, string>;
/**
* The scope of the icon sources package
*
* @default '@iconify-json'
*/
scope?: string;
};
export { AutoInstall, CustomCollections, CustomIconLoader, IconCustomizations, IconCustomizer, IconifyLoaderOptions, InlineCollection, UniversalIconLoader };

4

package.json

@@ -6,3 +6,3 @@ {

"author": "Vjacheslav Trushkin",
"version": "2.1.18",
"version": "2.1.19",
"license": "MIT",

@@ -402,3 +402,3 @@ "bugs": "https://github.com/iconify/iconify/issues",

"kolorist": "^1.8.0",
"local-pkg": "^0.5.0",
"local-pkg": "^0.4.3",
"@iconify/types": "^2.0.0"

@@ -405,0 +405,0 @@ },

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc