You're Invited: Meet the Socket team at BSidesSF and RSAC - April 27 - May 1.RSVP
Socket
Sign inDemoInstall
Socket

@eslint-react/eff

Package Overview
Dependencies
Maintainers
1
Versions
544
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@eslint-react/eff - npm Package Compare versions

Comparing version

to
1.42.2-next.3

6

dist/index.d.ts

@@ -35,2 +35,6 @@ /**

/**
* Do nothing and return null
*/
declare function constNull(): null;
/**
* Do nothing and return true

@@ -282,2 +286,2 @@ */

export { type NarrowedTo, type Pretty, _, chunk, constFalse, constTrue, constVoid, constant, dual, flip, flow, getOrUpdate, identity, isArray, isObject, isTruthy, not, or, pipe, tryAddToSet, zipWith };
export { type NarrowedTo, type Pretty, _, chunk, constFalse, constNull, constTrue, constVoid, constant, dual, flip, flow, getOrUpdate, identity, isArray, isObject, isTruthy, not, or, pipe, tryAddToSet, zipWith };

@@ -13,2 +13,5 @@ 'use strict';

}
function constNull() {
return null;
}
function constTrue() {

@@ -201,2 +204,3 @@ return true;

exports.constFalse = constFalse;
exports.constNull = constNull;
exports.constTrue = constTrue;

@@ -203,0 +207,0 @@ exports.constVoid = constVoid;

2

package.json
{
"name": "@eslint-react/eff",
"version": "1.42.2-next.2",
"version": "1.42.2-next.3",
"description": "JavaScript and TypeScript utilities (previously some re-exports of the effect library).",

@@ -5,0 +5,0 @@ "homepage": "https://github.com/Rel1cx/eslint-react",

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet