@iconify/utils
Advanced tools
Comparing version 2.1.18 to 2.1.19
@@ -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 }; |
@@ -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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Deprecated
MaintenanceThe maintainer of the package marked it as deprecated. This could indicate that a single version should not be used, or that the package is no longer maintained and any new vulnerabilities will not be fixed.
Found 1 instance in 1 package
0
332856
10418
+ Addedlocal-pkg@0.4.3(transitive)
- Removedacorn@8.14.0(transitive)
- Removedconfbox@0.1.8(transitive)
- Removedlocal-pkg@0.5.0(transitive)
- Removedmlly@1.7.3(transitive)
- Removedpathe@1.1.2(transitive)
- Removedpkg-types@1.2.1(transitive)
- Removedufo@1.5.4(transitive)
Updatedlocal-pkg@^0.4.3