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.10 to 0.1.11

dist/cjs/either.js

4

changelog.md
Changelog
=========
0.1.11
------
- more submodules for Node.js consumption
0.1.4

@@ -4,0 +8,0 @@ -----

4

dist/cjs/promise.js
/* @license Apache-2.0
@visisoft/staticland v.0.1.10 visisoft.de
(Build date: 12/30/2020 - 2:26:07 PM)
@visisoft/staticland v.0.1.11 visisoft.de
(Build date: 1/11/2021 - 10:05:39 PM)
*/

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

/* @license Apache-2.0
@visisoft/staticland v.0.1.10 visisoft.de
(Build date: 12/30/2020 - 2:26:07 PM)
@visisoft/staticland v.0.1.11 visisoft.de
(Build date: 1/11/2021 - 10:05:39 PM)
*/

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

@@ -26,5 +26,14 @@ {

},
"./maybe": "./src/maybe.js",
"./either": "./src/either.js",
"./transformations": "./src/transformations.js",
"./maybe": {
"require": "./dist/cjs/maybe.js",
"default": "./src/maybe.js"
},
"./either": {
"require": "./dist/cjs/either.js",
"default": "./src/either.js"
},
"./transformations": {
"require": "./dist/cjs/transformations.js",
"default": "./src/transformations.js"
},
"./package.json": "./package.json"

@@ -62,3 +71,3 @@ },

"type": "module",
"version": "0.1.10"
"version": "0.1.11"
}

@@ -14,4 +14,4 @@ /**

import {
any, apply, always, compose, curry, equals as equalsR, ifElse, isEmpty, isNil, lift as liftR,
map as map_l, nAry, nth, unary, pathOr, reduce as reduce_l, unapply
any, apply, always, curry, equals as equalsR, ifElse, isEmpty, isNil, lift as liftR,
nAry, unary, pathOr, reduce as reduce_l, unapply
} from 'semmel-ramda';

@@ -161,2 +161,2 @@

export let just = of;
export let just = of;
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