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

@visisoft/staticland

Package Overview
Dependencies
Maintainers
1
Versions
72
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@visisoft/staticland - npm Package Compare versions

Comparing version 0.1.24 to 0.1.25

4

dist/cjs/cancelable.js
/* @license Apache-2.0
@visisoft/staticland v.0.1.24 visisoft.de
(Build date: 10/14/2021 - 3:36:52 PM)
@visisoft/staticland v.0.1.25 visisoft.de
(Build date: 10/20/2021 - 7:46:21 PM)
*/

@@ -5,0 +5,0 @@ 'use strict';

/* @license Apache-2.0
@visisoft/staticland v.0.1.24 visisoft.de
(Build date: 10/14/2021 - 3:36:52 PM)
@visisoft/staticland v.0.1.25 visisoft.de
(Build date: 10/20/2021 - 7:46:21 PM)
*/

@@ -5,0 +5,0 @@ 'use strict';

/* @license Apache-2.0
@visisoft/staticland v.0.1.24 visisoft.de
(Build date: 10/14/2021 - 3:36:52 PM)
@visisoft/staticland v.0.1.25 visisoft.de
(Build date: 10/20/2021 - 7:46:21 PM)
*/

@@ -5,0 +5,0 @@ 'use strict';

/* @license Apache-2.0
@visisoft/staticland v.0.1.24 visisoft.de
(Build date: 10/14/2021 - 3:36:52 PM)
@visisoft/staticland v.0.1.25 visisoft.de
(Build date: 10/20/2021 - 7:46:21 PM)
*/

@@ -5,0 +5,0 @@ 'use strict';

/* @license Apache-2.0
@visisoft/staticland v.0.1.24 visisoft.de
(Build date: 10/14/2021 - 3:36:52 PM)
@visisoft/staticland v.0.1.25 visisoft.de
(Build date: 10/20/2021 - 7:46:21 PM)
*/

@@ -273,2 +273,4 @@ 'use strict';

duplexRace = semmelRamda.curry((pa, pb) => Promise.race([pa, pb])),
/**

@@ -307,2 +309,3 @@ * Providing a means for a fallback or alternative value, alt combines two Promises and will

exports.create = create;
exports.duplexRace = duplexRace;
exports.empty = empty;

@@ -309,0 +312,0 @@ exports.join = join;

/* @license Apache-2.0
@visisoft/staticland v.0.1.24 visisoft.de
(Build date: 10/14/2021 - 3:36:52 PM)
@visisoft/staticland v.0.1.25 visisoft.de
(Build date: 10/20/2021 - 7:46:21 PM)
*/

@@ -274,2 +274,4 @@ 'use strict';

duplexRace = semmelRamda.curry((pa, pb) => Promise.race([pa, pb])),
/**

@@ -310,2 +312,3 @@ * Providing a means for a fallback or alternative value, alt combines two Promises and will

create: create,
duplexRace: duplexRace,
map: map_p,

@@ -312,0 +315,0 @@ mapRej: mapRej,

/* @license Apache-2.0
@visisoft/staticland v.0.1.24 visisoft.de
(Build date: 10/14/2021 - 3:36:52 PM)
@visisoft/staticland v.0.1.25 visisoft.de
(Build date: 10/20/2021 - 7:46:21 PM)
*/

@@ -261,2 +261,4 @@ 'use strict';

duplexRace = semmelRamda.curry((pa, pb) => Promise.race([pa, pb])),
/**

@@ -263,0 +265,0 @@ * Providing a means for a fallback or alternative value, alt combines two Promises and will

@@ -94,3 +94,3 @@ {

"type": "module",
"version": "0.1.24"
"version": "0.1.25"
}

@@ -21,2 +21,5 @@ import {BinaryCurriedFn} from './common';

export function duplexRace<T>(a: Promise<T>, b: Promise<T>): Promise<T>;
export function duplexRace<T>(a: Promise<T>): (b: Promise<T>) => Promise<T>;
export function later<A>(dt: number, a: A): Promise<A>;

@@ -23,0 +26,0 @@ export function later<A>(dt: number): (a: A) => Promise<A>;

@@ -21,2 +21,5 @@ import {BinaryCurriedFn} from './common';

export function duplexRace<T>(a: Promise<T>, b: Promise<T>): Promise<T>;
export function duplexRace<T>(a: Promise<T>): (b: Promise<T>) => Promise<T>;
export function later<A>(dt: number, a: A): Promise<A>;

@@ -23,0 +26,0 @@ export function later<A>(dt: number): (a: A) => Promise<A>;

@@ -173,2 +173,4 @@ /**

duplexRace = curry((pa, pb) => Promise.race([pa, pb])),
/**

@@ -193,3 +195,4 @@ * Providing a means for a fallback or alternative value, alt combines two Promises and will

export {
of, all, alt, bimap, bi_tap, chain, chainIf, chainTap, chainRej, coalesce, create, map, mapRej,
of, all, alt, bimap, bi_tap, chain, chainIf, chainTap, chainRej, coalesce, create,
duplexRace, map, mapRej,
race, reject, tap, tapRegardless, empty

@@ -196,0 +199,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