Huge News!Announcing our $40M Series B led by Abstract Ventures.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.28.0 to 0.28.1

9

CHANGELOG.md

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

## [0.28.1](https://github.com/devex-web-frontend/dx-platform/compare/v0.28.0...v0.28.1) (2019-04-11)
**Note:** Version bump only for package @devexperts/utils
# [0.28.0](https://github.com/devex-web-frontend/dx-platform/compare/v0.27.0...v0.28.0) (2019-03-22)

@@ -8,0 +17,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.28.0",
"version": "0.28.1",
"description": "",

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

"devDependencies": {
"@devexperts/tools": "^0.28.0",
"@devexperts/tools": "^0.28.1",
"fp-ts": "^1.11.3"
},
"gitHead": "809257ba13fd4ad905c983f34fadc51d23659ed3"
"gitHead": "705b9c41279e45f5ad57b46d6725b4e134645bf0"
}

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