@eslint-react/eff
Advanced tools
+1
-9
| //#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 }; |
+1
-5
| //#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", |
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
36390
-0.51%839
-1.41%