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.17.1 to 0.18.0

8

CHANGELOG.md

@@ -6,2 +6,10 @@ # Change Log

<a name="0.18.0"></a>
# [0.18.0](https://github.com/devex-web-frontend/dx-platform/compare/v0.17.1...v0.18.0) (2018-10-04)
**Note:** Version bump only for package @devexperts/utils
<a name="0.17.1"></a>

@@ -8,0 +16,0 @@ ## [0.17.1](https://github.com/devex-web-frontend/dx-platform/compare/v0.17.0...v0.17.1) (2018-09-26)

0

dist/adt/reader.utils.d.ts

@@ -0,0 +0,0 @@ import { Reader } from 'fp-ts/lib/Reader';

@@ -0,0 +0,0 @@ "use strict";

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

@@ -0,0 +0,0 @@ /**

@@ -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 @@ /**

@@ -0,0 +0,0 @@ /**

export * from './fb';
export * from './object';

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ import { Omit } 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";

4

package.json
{
"name": "@devexperts/utils",
"version": "0.17.1",
"version": "0.18.0",
"description": "",

@@ -36,5 +36,5 @@ "main": "dist",

"devDependencies": {
"@devexperts/tools": "^0.17.1",
"@devexperts/tools": "^0.18.0",
"fp-ts": "^1.2.0"
}
}
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