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

to
0.1.35

4

dist/cjs/cancelable.js
/* @license Apache-2.0
@visisoft/staticland v.0.1.34 visisoft.de
(Build date: 1/11/2022 - 8:08:44 PM)
@visisoft/staticland v.0.1.35 visisoft.de
(Build date: 1/11/2022 - 8:38:13 PM)
*/

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

/* @license Apache-2.0
@visisoft/staticland v.0.1.34 visisoft.de
(Build date: 1/11/2022 - 8:08:44 PM)
@visisoft/staticland v.0.1.35 visisoft.de
(Build date: 1/11/2022 - 8:38:13 PM)
*/

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

/* @license Apache-2.0
@visisoft/staticland v.0.1.34 visisoft.de
(Build date: 1/11/2022 - 8:08:44 PM)
@visisoft/staticland v.0.1.35 visisoft.de
(Build date: 1/11/2022 - 8:38:13 PM)
*/

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

/* @license Apache-2.0
@visisoft/staticland v.0.1.34 visisoft.de
(Build date: 1/11/2022 - 8:08:44 PM)
@visisoft/staticland v.0.1.35 visisoft.de
(Build date: 1/11/2022 - 8:38:13 PM)
*/

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

/* @license Apache-2.0
@visisoft/staticland v.0.1.34 visisoft.de
(Build date: 1/11/2022 - 8:08:44 PM)
@visisoft/staticland v.0.1.35 visisoft.de
(Build date: 1/11/2022 - 8:38:13 PM)
*/

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

/* @license Apache-2.0
@visisoft/staticland v.0.1.34 visisoft.de
(Build date: 1/11/2022 - 8:08:44 PM)
@visisoft/staticland v.0.1.35 visisoft.de
(Build date: 1/11/2022 - 8:38:13 PM)
*/

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

/* @license Apache-2.0
@visisoft/staticland v.0.1.34 visisoft.de
(Build date: 1/11/2022 - 8:08:44 PM)
@visisoft/staticland v.0.1.35 visisoft.de
(Build date: 1/11/2022 - 8:38:13 PM)
*/

@@ -655,9 +655,9 @@ 'use strict';

x => {
toAbort = noop;
sink(x);
toAbort = noop;
sink(new Bacon__namespace.End());
},
e => {
toAbort = noop;
sink(new Bacon__namespace.Error(e));
toAbort = noop;
sink(new Bacon__namespace.End());

@@ -664,0 +664,0 @@ }

/* @license Apache-2.0
@visisoft/staticland v.0.1.34 visisoft.de
(Build date: 1/11/2022 - 8:08:44 PM)
@visisoft/staticland v.0.1.35 visisoft.de
(Build date: 1/11/2022 - 8:38:13 PM)
*/

@@ -454,9 +454,9 @@ 'use strict';

x => {
toAbort = noop;
sink(x);
toAbort = noop;
sink(new Bacon__namespace.End());
},
e => {
toAbort = noop;
sink(new Bacon__namespace.Error(e));
toAbort = noop;
sink(new Bacon__namespace.End());

@@ -463,0 +463,0 @@ }

@@ -17,7 +17,7 @@ {

"@rollup/plugin-node-resolve": "^13.1.1",
"@types/ramda": "^0.27.38",
"@types/ramda": "^0.27.62",
"baconjs": "^3.0.17",
"chai": "^4.2.0",
"es-module-shims": "^0.4.6",
"hirestime": "^6.0.1",
"hirestime": "^6.1.0",
"rollup": "^2.62.0"

@@ -107,3 +107,3 @@ },

"type": "module",
"version": "0.1.34"
"version": "0.1.35"
}

@@ -9,9 +9,9 @@ import * as Bacon from 'baconjs';

x => {
toAbort = noop;
sink(x);
toAbort = noop;
sink(new Bacon.End());
},
e => {
toAbort = noop;
sink(new Bacon.Error(e));
toAbort = noop;
sink(new Bacon.End());

@@ -18,0 +18,0 @@ }