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

@devexperts/utils

Package Overview
Dependencies
Maintainers
5
Versions
100
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@devexperts/utils - npm Package Compare versions

Comparing version 0.11.0 to 0.12.0

0

dist/bem/bem.d.ts

@@ -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";

2

dist/function/memoize.d.ts
/**
* @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

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