@devexperts/utils
Advanced tools
Comparing version 0.11.0 to 0.12.0
@@ -0,0 +0,0 @@ /** |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ import Emitter from '../emitter/Emitter'; |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ /** |
@@ -0,0 +0,0 @@ "use strict"; |
export * from './dom'; | ||
export * from './prefix'; |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ /** |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ export declare type IEmitterEvents<F extends Function = Function> = { |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ /** |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ /** |
@@ -0,0 +0,0 @@ "use strict"; |
export declare function DISPOSABLE<T extends Function>(target: T): T; |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ /** |
@@ -0,0 +0,0 @@ "use strict"; |
export default function identity<T>(arg: T): T; |
@@ -0,0 +0,0 @@ "use strict"; |
/** | ||
* @type {Symbol} | ||
*/ | ||
export declare const MEMOIZE_CLEAR_FUNCTION: unique symbol; | ||
export declare const MEMOIZE_CLEAR_FUNCTION: symbol; | ||
/** | ||
@@ -6,0 +6,0 @@ * Memoizes function for passed arguments |
@@ -0,0 +0,0 @@ "use strict"; |
export declare const raf: <F extends Function>(cb: F) => F & { | ||
cancel: () => void; | ||
}; |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ /** |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ export declare const hasOwnProperty: { |
@@ -0,0 +0,0 @@ /** |
export * from './fb'; | ||
export * from './object'; |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ import { ObjectOmit } from 'typelevel-ts'; |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ import Emitter from '../emitter/Emitter'; |
@@ -0,0 +0,0 @@ "use strict"; |
export * from './string'; | ||
export * from './split'; |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ /** |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ /** |
@@ -0,0 +0,0 @@ "use strict"; |
{ | ||
"name": "@devexperts/utils", | ||
"version": "0.11.0", | ||
"version": "0.12.0", | ||
"description": "", | ||
@@ -32,4 +32,4 @@ "main": "lib/index.js", | ||
"devDependencies": { | ||
"@devexperts/tools": "^0.11.0" | ||
"@devexperts/tools": "^0.12.0" | ||
} | ||
} |
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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
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
81070
1