Latest Threat Research:SANDWORM_MODE: Shai-Hulud-Style npm Worm Hijacks CI Workflows and Poisons AI Toolchains.Details
Socket
Book a DemoInstallSign in
Socket

@eslint-react/eff

Package Overview
Dependencies
Maintainers
1
Versions
1576
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
3.0.0-beta.63
to
3.0.0-beta.64
+1
-9
dist/index.d.ts
//#region src/index.d.ts
/**
* alias for `undefined`.
*/
type unit = undefined;
/**
* alias for `undefined`.
*/
declare const unit: undefined;
/**
* Simplifies a complex type intersection into a flat object type for better readability

@@ -460,2 +452,2 @@ * in IDE tooltips and error messages.

//#endregion
export { NarrowedTo, Pretty, absurd, apply, compose, constFalse, constNull, constTrue, constVoid, constant, dual, flip, flow, getOrElse, getOrElseUpdate, identity, isArray, isFunction, isObject, isTruthy, not, or, pipe, pipeArguments, tryAddToSet, tupled, unit, untupled };
export { NarrowedTo, Pretty, absurd, apply, compose, constFalse, constNull, constTrue, constVoid, constant, dual, flip, flow, getOrElse, getOrElseUpdate, identity, isArray, isFunction, isObject, isTruthy, not, or, pipe, pipeArguments, tryAddToSet, tupled, untupled };
//#region src/index.ts
/**
* alias for `undefined`.
*/
const unit = void 0;
function not(predicate) {

@@ -386,2 +382,2 @@ return (data) => !predicate(data);

//#endregion
export { absurd, apply, compose, constFalse, constNull, constTrue, constVoid, constant, dual, flip, flow, getOrElse, getOrElseUpdate, identity, isArray, isFunction, isObject, isTruthy, not, or, pipe, pipeArguments, tryAddToSet, tupled, unit, untupled };
export { absurd, apply, compose, constFalse, constNull, constTrue, constVoid, constant, dual, flip, flow, getOrElse, getOrElseUpdate, identity, isArray, isFunction, isObject, isTruthy, not, or, pipe, pipeArguments, tryAddToSet, tupled, untupled };
+1
-1
{
"name": "@eslint-react/eff",
"version": "3.0.0-beta.63",
"version": "3.0.0-beta.64",
"description": "JavaScript and TypeScript utilities (previously some re-exports of the effect library).",

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