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

purify-ts

Package Overview
Dependencies
Maintainers
1
Versions
45
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

purify-ts - npm Package Compare versions

Comparing version 2.0.0 to 2.0.1

0

Codec.d.ts

@@ -0,0 +0,0 @@ import { Either } from './Either.js';

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

@@ -0,0 +0,0 @@ import { Maybe } from './Maybe.js';

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

@@ -0,0 +0,0 @@ import { Either, EitherPatterns } from './Either.js';

17

EitherAsync.js

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

catch (e) {
throw f(e);
throw yield f(e);
}

@@ -194,15 +194,10 @@ }));

try {
for (var _e = true, eas_1 = __asyncValues(eas), eas_1_1; eas_1_1 = yield eas_1.next(), _b = eas_1_1.done, !_b;) {
for (var _e = true, eas_1 = __asyncValues(eas), eas_1_1; eas_1_1 = yield eas_1.next(), _b = eas_1_1.done, !_b; _e = true) {
_d = eas_1_1.value;
_e = false;
try {
const e = _d;
if (e.isLeft()) {
return helpers.liftEither(e);
}
res.push(e.extract());
const e = _d;
if (e.isLeft()) {
return helpers.liftEither(e);
}
finally {
_e = true;
}
res.push(e.extract());
}

@@ -209,0 +204,0 @@ }

@@ -0,0 +0,0 @@ import { Either } from './Either.js';

@@ -0,0 +0,0 @@ import { Either, Right, Left } from './Either.js';

@@ -0,0 +0,0 @@ import { Maybe } from './Maybe.js';

@@ -0,0 +0,0 @@ import { Just, Nothing } from './Maybe.js';

@@ -0,0 +0,0 @@ import { Either, EitherPatterns } from './Either.js';

@@ -104,3 +104,3 @@ var _a;

catch (e) {
throw f(e);
throw await f(e);
}

@@ -107,0 +107,0 @@ });

@@ -0,0 +0,0 @@ /** The identity function, returns the value it was given */

@@ -0,0 +0,0 @@ /** The identity function, returns the value it was given */

@@ -0,0 +0,0 @@ export * from './Codec.js';

@@ -0,0 +0,0 @@ export * from './Codec.js';

@@ -0,0 +0,0 @@ import { Tuple } from './Tuple.js';

@@ -0,0 +0,0 @@ import { Tuple } from './Tuple.js';

@@ -0,0 +0,0 @@ import { Either } from './Either.js';

@@ -0,0 +0,0 @@ import { Left, Right } from './Either.js';

@@ -0,0 +0,0 @@ import { Maybe, MaybePatterns } from './Maybe.js';

@@ -0,0 +0,0 @@ var _a;

@@ -0,0 +0,0 @@ import { Maybe } from './Maybe.js';

@@ -0,0 +0,0 @@ import { Just, Nothing } from './Maybe.js';

@@ -0,0 +0,0 @@ export interface TupleTypeRef {

@@ -0,0 +0,0 @@ class TupleImpl {

@@ -0,0 +0,0 @@ /** The identity function, returns the value it was given */

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

Order["GT"] = "GT";
})(Order = exports.Order || (exports.Order = {}));
})(Order || (exports.Order = Order = {}));
/** Compares two values using the default "<" and ">" operators */

@@ -18,0 +18,0 @@ const compare = (x, y) => {

@@ -0,0 +0,0 @@ export * from './Codec.js';

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

@@ -0,0 +0,0 @@ import { Tuple } from './Tuple.js';

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

@@ -0,0 +0,0 @@ import { Either } from './Either.js';

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

@@ -0,0 +0,0 @@ import { Maybe, MaybePatterns } from './Maybe.js';

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

@@ -0,0 +0,0 @@ import { Maybe } from './Maybe.js';

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

{
"name": "purify-ts",
"version": "2.0.0",
"version": "2.0.1",
"description": "Functional programming standard library for TypeScript ",

@@ -41,13 +41,13 @@ "repository": "https://github.com/gigobyte/purify.git",

"devDependencies": {
"@vitest/coverage-c8": "0.29.3",
"@vitest/coverage-c8": "0.31.4",
"ajv": "8.12.0",
"ajv-formats": "2.1.1",
"coveralls": "3.1.1",
"prettier": "2.8.4",
"typescript": "4.9.5",
"vitest": "0.29.3"
"prettier": "2.8.8",
"typescript": "5.1.3",
"vitest": "0.31.4"
},
"dependencies": {
"@types/json-schema": "7.0.11"
"@types/json-schema": "7.0.12"
}
}

@@ -0,0 +0,0 @@ export interface TupleTypeRef {

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

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