Socket
Socket
Sign inDemoInstall

@flybondi/ramda-land

Package Overview
Dependencies
2
Maintainers
1
Versions
62
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 5.0.0 to 5.0.1

2

CHANGELOG.md

@@ -0,1 +1,3 @@

## [5.0.1](https://github.com/flybondi/ramda-land/compare/v5.0.0...v5.0.1) (2023-10-10)
# [5.0.0](https://github.com/flybondi/ramda-land/compare/v4.0.21...v5.0.0) (2023-07-13)

@@ -2,0 +4,0 @@

@@ -361,2 +361,3 @@ (function (global, factory) {

* isNilOrEmpty([]); // -> true
* isNilOrEmpty(''); // -> true
* isNilOrEmpty([42]); // -> false

@@ -381,2 +382,3 @@ *

* isNotNilOrEmpty([]); // -> false
* isNotNilOrEmpty(''); // -> false
* isNotNilOrEmpty([42]); // -> true

@@ -401,2 +403,3 @@ *

* isNotNil(undefined); // -> false
* isNotNil(''); // -> true
*

@@ -420,2 +423,3 @@ * @function

* isNotEmpty([42]); // -> true
* isNotEmpty(''); // -> false
*

@@ -422,0 +426,0 @@ * @function

@@ -11,2 +11,3 @@ import { isNil, either, isEmpty, complement } from 'ramda';

* isNilOrEmpty([]); // -> true
* isNilOrEmpty(''); // -> true
* isNilOrEmpty([42]); // -> false

@@ -31,2 +32,3 @@ *

* isNotNilOrEmpty([]); // -> false
* isNotNilOrEmpty(''); // -> false
* isNotNilOrEmpty([42]); // -> true

@@ -51,2 +53,3 @@ *

* isNotNil(undefined); // -> false
* isNotNil(''); // -> true
*

@@ -70,2 +73,3 @@ * @function

* isNotEmpty([42]); // -> true
* isNotEmpty(''); // -> false
*

@@ -72,0 +76,0 @@ * @function

@@ -324,2 +324,3 @@ /*

* isNilOrEmpty([]); // -> true
* isNilOrEmpty(''); // -> true
* isNilOrEmpty([42]); // -> false

@@ -339,2 +340,3 @@ * @param value - The value to check

* isNotNilOrEmpty([]); // -> false
* isNotNilOrEmpty(''); // -> false
* isNotNilOrEmpty([42]); // -> true

@@ -354,2 +356,3 @@ * @param value - The value to check

* isNotNil(undefined); // -> false
* isNotNil(''); // -> true
* @param value - The value to check

@@ -369,2 +372,3 @@ * @returns `true` if `value` is neither `null` nor `undefined`; `false`, otherwise.

* isNotEmpty([42]); // -> true
* isNotEmpty(''); // -> false
* @param value - The value to check

@@ -371,0 +375,0 @@ * @returns `true` if `value` is not empty (such as `""` for strings,

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

* isNilOrEmpty([]); // -> true
* isNilOrEmpty(''); // -> true
* isNilOrEmpty([42]); // -> false

@@ -36,2 +37,3 @@ *

* isNotNilOrEmpty([]); // -> false
* isNotNilOrEmpty(''); // -> false
* isNotNilOrEmpty([42]); // -> true

@@ -57,2 +59,3 @@ *

* isNotNil(undefined); // -> false
* isNotNil(''); // -> true
*

@@ -77,2 +80,3 @@ * @function

* isNotEmpty([42]); // -> true
* isNotEmpty(''); // -> false
*

@@ -79,0 +83,0 @@ * @function

16

package.json
{
"name": "@flybondi/ramda-land",
"version": "5.0.0",
"version": "5.0.1",
"description": "A collection of reusable functions for ramda",

@@ -83,15 +83,15 @@ "keywords": [

"@babel/runtime": "^7.21.0",
"@commitlint/cli": "^17.6.6",
"@commitlint/config-conventional": "^17.6.6",
"@commitlint/cli": "^17.6.7",
"@commitlint/config-conventional": "^17.6.7",
"@rollup/plugin-babel": "^6.0.3",
"@rollup/plugin-commonjs": "^25.0.0",
"@rollup/plugin-node-resolve": "^15.0.1",
"@types/jest": "^29.5.2",
"@types/ramda": "^0.29.3",
"@types/jest": "^29.5.5",
"@types/ramda": "^0.29.6",
"cross-env": "^7.0.3",
"docdash": "^2.0.1",
"eslint": "^8.44.0",
"eslint-config-prettier": "^8.8.0",
"eslint": "^8.46.0",
"eslint-config-prettier": "^8.10.0",
"eslint-config-standard": "^17.1.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-import": "^2.28.0",
"eslint-plugin-n": "^15.7.0",

@@ -98,0 +98,0 @@ "eslint-plugin-prettier": "^4.2.1",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc