New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@devexperts/utils

Package Overview
Dependencies
Maintainers
6
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.29.0 to 0.29.1

README.md

8

CHANGELOG.md

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

## [0.29.1](https://github.com/devex-web-frontend/dx-platform/compare/v0.29.0...v0.29.1) (2019-07-03)
**Note:** Version bump only for package @devexperts/utils
# [0.29.0](https://github.com/devex-web-frontend/dx-platform/compare/v0.28.3...v0.29.0) (2019-05-25)

@@ -8,0 +16,0 @@

0

dist/adt/either.utils.d.ts

@@ -0,0 +0,0 @@ import { Either, either as fptseither, URI } from 'fp-ts/lib/Either';

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

import { Option } from 'fp-ts/lib/Option';
export declare const sequenceTOption: import("fp-ts/lib/Apply").SequenceT1<"Option">;
export declare type OptionType<FA extends Option<any>> = FA extends Option<infer A> ? A : never;

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

@@ -0,0 +0,0 @@ import { Reader, reader as fptsreader, URI } 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";

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

@@ -0,0 +0,0 @@ import { Type2, URIS2 } from 'fp-ts/lib/HKT';

import { Setoid } from 'fp-ts/lib/Setoid';
export declare const setoidStrict: Setoid<unknown>;

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

6

package.json
{
"name": "@devexperts/utils",
"version": "0.29.0",
"version": "0.29.1",
"description": "",

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

"devDependencies": {
"@devexperts/tools": "^0.29.0",
"@devexperts/tools": "^0.29.1",
"fp-ts": "^1.11.3"
},
"gitHead": "2fff73a214f3a6b1793b82e32a204bcb25d7d1e0"
"gitHead": "7d536c9a4e02a152e71f7e79b5bd4af913914c22"
}

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