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 1.0.0-alpha.1 to 1.0.0-alpha.2

tsconfig.build.json

16

CHANGELOG.md

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

# [1.0.0-alpha.2](https://github.com/devexperts/dx-platform/compare/v1.0.0-alpha.1...v1.0.0-alpha.2) (2019-09-27)
### Build System
* migrate from tslint to eslint ([#160](https://github.com/devexperts/dx-platform/issues/160)) ([b6f3d37](https://github.com/devexperts/dx-platform/commit/b6f3d37))
### BREAKING CHANGES
* tslint config was removed
# [1.0.0-alpha.1](https://github.com/devexperts/dx-platform/compare/v1.0.0-alpha.0...v1.0.0-alpha.1) (2019-09-05)

@@ -8,0 +24,0 @@

2

dist/adt/either.utils.js

@@ -18,3 +18,3 @@ "use strict";

};
exports.either = tslib_1.__assign({}, Either_1.either, { coproductLeft: coproductLeft });
exports.either = tslib_1.__assign(tslib_1.__assign({}, Either_1.either), { coproductLeft: coproductLeft });
exports.combineEither = product_left_coproduct_left_utils_1.coproductMapLeft(exports.either);

@@ -21,0 +21,0 @@ exports.sequenceTEither = Apply_1.sequenceT(exports.either);

@@ -13,3 +13,3 @@ "use strict";

var runReader = function (fa, e) { return fa(e); };
exports.reader = tslib_1.__assign({}, Reader_1.reader, { asks: Reader_1.asks,
exports.reader = tslib_1.__assign(tslib_1.__assign({}, Reader_1.reader), { asks: Reader_1.asks,
runReader: runReader,

@@ -16,0 +16,0 @@ productLeft: productLeft });

@@ -80,2 +80,3 @@ "use strict";

else if (context.compareDocumentPosition) {
//eslint-disable-next-line no-bitwise
return context === node || !!(context.compareDocumentPosition(node) & 16); //tslint:disable-line no-bitwise

@@ -82,0 +83,0 @@ }

@@ -58,3 +58,4 @@ /**

// Test for A's keys different from B.
//tslint:disable-next-line
// tslint:disable prefer-for-of
// eslint-disable-next-line @typescript-eslint/prefer-for-of
for (var i = 0; i < keysA.length; i++) {

@@ -65,2 +66,3 @@ if (!exports.hasOwnProperty.call(objB, keysA[i]) || !is(objA[keysA[i]], objB[keysA[i]])) {

}
// tslint:enable prefer-for-of
return true;

@@ -67,0 +69,0 @@ }

{
"name": "@devexperts/utils",
"version": "1.0.0-alpha.1",
"version": "1.0.0-alpha.2",
"description": "",

@@ -8,8 +8,8 @@ "main": "dist",

"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "dx-tools build-lib src dist --failOnError",
"clean": "dx-tools clean dist",
"test": "tsc --noEmit && jest",
"build": "tsc -p ./tsconfig.build.json --outDir ./dist",
"clean": "rm -rf ./dist",
"prepare": "yarn clean && yarn build",
"start": "yarn watch",
"watch": "dx-tools build-lib src dist -w"
"watch": "yarn build --watch --incremental"
},

@@ -37,6 +37,9 @@ "repository": {

"devDependencies": {
"@devexperts/tools": "^1.0.0-alpha.1",
"fp-ts": "^2.0.5"
"@types/jest": "^24.0.18",
"fp-ts": "^2.0.5",
"jest": "^24.9.0",
"ts-jest": "^24.1.0",
"typescript": "^3.6.3"
},
"gitHead": "964db60dee43c97f8b14a9808fd19fab00adb5b2"
"gitHead": "7fcf27cb04995868b2bba1647b3c28cd8c9d7e3d"
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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