New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@eslint-react/var

Package Overview
Dependencies
Maintainers
1
Versions
1011
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@eslint-react/var - npm Package Compare versions

Comparing version 1.5.9-next.1 to 1.5.9-next.2

166

dist/index.js

@@ -12,3 +12,3 @@ 'use strict';

// ../../../node_modules/.pnpm/effect@2.4.19/node_modules/effect/dist/esm/Function.js
// ../../../node_modules/.pnpm/effect@3.0.0/node_modules/effect/dist/esm/Function.js
var Function_exports = {};

@@ -188,7 +188,10 @@ __export(Function_exports, {

// ../../../node_modules/.pnpm/effect@2.4.19/node_modules/effect/dist/esm/internal/version.js
var moduleVersion = "2.4.19";
// ../../../node_modules/.pnpm/effect@3.0.0/node_modules/effect/dist/esm/Equivalence.js
var make = (isEquivalent) => (self, that) => self === that || isEquivalent(self, that);
// ../../../node_modules/.pnpm/effect@3.0.0/node_modules/effect/dist/esm/internal/version.js
var moduleVersion = "3.0.0";
var getCurrentVersion = () => moduleVersion;
// ../../../node_modules/.pnpm/effect@2.4.19/node_modules/effect/dist/esm/GlobalValue.js
// ../../../node_modules/.pnpm/effect@3.0.0/node_modules/effect/dist/esm/GlobalValue.js
var globalStoreId = /* @__PURE__ */ Symbol.for(`effect/GlobalValue/globalStoreId/${/* @__PURE__ */ getCurrentVersion()}`);

@@ -206,3 +209,3 @@ if (!(globalStoreId in globalThis)) {

// ../../../node_modules/.pnpm/effect@2.4.19/node_modules/effect/dist/esm/Predicate.js
// ../../../node_modules/.pnpm/effect@3.0.0/node_modules/effect/dist/esm/Predicate.js
var isFunction2 = isFunction;

@@ -214,3 +217,3 @@ var isRecordOrArray = (input) => typeof input === "object" && input !== null;

// ../../../node_modules/.pnpm/effect@2.4.19/node_modules/effect/dist/esm/Utils.js
// ../../../node_modules/.pnpm/effect@3.0.0/node_modules/effect/dist/esm/Utils.js
var GenKindTypeId = /* @__PURE__ */ Symbol.for("effect/Gen/GenKind");

@@ -435,3 +438,3 @@ var GenKindImpl = class {

// ../../../node_modules/.pnpm/effect@2.4.19/node_modules/effect/dist/esm/Hash.js
// ../../../node_modules/.pnpm/effect@3.0.0/node_modules/effect/dist/esm/Hash.js
var randomHashCache = /* @__PURE__ */ globalValue(/* @__PURE__ */ Symbol.for("effect/Hash/randomHashCache"), () => /* @__PURE__ */ new WeakMap());

@@ -522,3 +525,3 @@ var pcgr = /* @__PURE__ */ globalValue(/* @__PURE__ */ Symbol.for("effect/Hash/pcgr"), () => new PCGRandom());

// ../../../node_modules/.pnpm/effect@2.4.19/node_modules/effect/dist/esm/Equal.js
// ../../../node_modules/.pnpm/effect@3.0.0/node_modules/effect/dist/esm/Equal.js
var symbol2 = /* @__PURE__ */ Symbol.for("effect/Equal");

@@ -549,6 +552,3 @@ function equals() {

// ../../../node_modules/.pnpm/effect@2.4.19/node_modules/effect/dist/esm/Equivalence.js
var make = (isEquivalent) => (self, that) => self === that || isEquivalent(self, that);
// ../../../node_modules/.pnpm/effect@2.4.19/node_modules/effect/dist/esm/Inspectable.js
// ../../../node_modules/.pnpm/effect@3.0.0/node_modules/effect/dist/esm/Inspectable.js
var NodeInspectSymbol = /* @__PURE__ */ Symbol.for("nodejs.util.inspect.custom");

@@ -565,65 +565,3 @@ var toJSON = (x) => {

// ../../../node_modules/.pnpm/effect@2.4.19/node_modules/effect/dist/esm/Option.js
var Option_exports = {};
__export(Option_exports, {
Do: () => Do,
TypeId: () => TypeId3,
all: () => all,
andThen: () => andThen,
ap: () => ap,
as: () => as,
asUnit: () => asUnit,
bind: () => bind,
bindTo: () => bindTo,
composeK: () => composeK,
contains: () => contains,
containsWith: () => containsWith,
exists: () => exists,
filter: () => filter,
filterMap: () => filterMap,
firstSomeOf: () => firstSomeOf,
flatMap: () => flatMap,
flatMapNullable: () => flatMapNullable,
flatten: () => flatten,
fromIterable: () => fromIterable,
fromNullable: () => fromNullable,
gen: () => gen,
getEquivalence: () => getEquivalence,
getLeft: () => getLeft2,
getOrElse: () => getOrElse,
getOrNull: () => getOrNull,
getOrThrow: () => getOrThrow,
getOrThrowWith: () => getOrThrowWith,
getOrUndefined: () => getOrUndefined,
getOrder: () => getOrder,
getRight: () => getRight2,
isNone: () => isNone2,
isOption: () => isOption2,
isSome: () => isSome2,
let: () => let_,
lift2: () => lift2,
liftNullable: () => liftNullable,
liftPredicate: () => liftPredicate,
liftThrowable: () => liftThrowable,
map: () => map,
match: () => match,
none: () => none2,
orElse: () => orElse,
orElseEither: () => orElseEither,
orElseSome: () => orElseSome,
partitionMap: () => partitionMap,
product: () => product,
productMany: () => productMany,
reduceCompact: () => reduceCompact,
some: () => some2,
tap: () => tap,
toArray: () => toArray,
toRefinement: () => toRefinement,
unit: () => unit,
zipLeft: () => zipLeft,
zipRight: () => zipRight,
zipWith: () => zipWith
});
// ../../../node_modules/.pnpm/effect@2.4.19/node_modules/effect/dist/esm/Pipeable.js
// ../../../node_modules/.pnpm/effect@3.0.0/node_modules/effect/dist/esm/Pipeable.js
var pipeArguments = (self, args) => {

@@ -659,3 +597,3 @@ switch (args.length) {

// ../../../node_modules/.pnpm/effect@2.4.19/node_modules/effect/dist/esm/internal/effectable.js
// ../../../node_modules/.pnpm/effect@3.0.0/node_modules/effect/dist/esm/internal/effectable.js
var EffectTypeId = /* @__PURE__ */ Symbol.for("effect/Effect");

@@ -718,3 +656,3 @@ var StreamTypeId = /* @__PURE__ */ Symbol.for("effect/Stream");

// ../../../node_modules/.pnpm/effect@2.4.19/node_modules/effect/dist/esm/internal/option.js
// ../../../node_modules/.pnpm/effect@3.0.0/node_modules/effect/dist/esm/internal/option.js
var TypeId = /* @__PURE__ */ Symbol.for("effect/Option");

@@ -777,3 +715,3 @@ var CommonProto = {

// ../../../node_modules/.pnpm/effect@2.4.19/node_modules/effect/dist/esm/internal/either.js
// ../../../node_modules/.pnpm/effect@3.0.0/node_modules/effect/dist/esm/internal/either.js
var TypeId2 = /* @__PURE__ */ Symbol.for("effect/Either");

@@ -842,6 +780,68 @@ var CommonProto2 = {

// ../../../node_modules/.pnpm/effect@2.4.19/node_modules/effect/dist/esm/Order.js
// ../../../node_modules/.pnpm/effect@3.0.0/node_modules/effect/dist/esm/Option.js
var Option_exports = {};
__export(Option_exports, {
Do: () => Do,
TypeId: () => TypeId3,
all: () => all,
andThen: () => andThen,
ap: () => ap,
as: () => as,
asVoid: () => asVoid,
bind: () => bind,
bindTo: () => bindTo,
composeK: () => composeK,
contains: () => contains,
containsWith: () => containsWith,
exists: () => exists,
filter: () => filter,
filterMap: () => filterMap,
firstSomeOf: () => firstSomeOf,
flatMap: () => flatMap,
flatMapNullable: () => flatMapNullable,
flatten: () => flatten,
fromIterable: () => fromIterable,
fromNullable: () => fromNullable,
gen: () => gen,
getEquivalence: () => getEquivalence,
getLeft: () => getLeft2,
getOrElse: () => getOrElse,
getOrNull: () => getOrNull,
getOrThrow: () => getOrThrow,
getOrThrowWith: () => getOrThrowWith,
getOrUndefined: () => getOrUndefined,
getOrder: () => getOrder,
getRight: () => getRight2,
isNone: () => isNone2,
isOption: () => isOption2,
isSome: () => isSome2,
let: () => let_,
lift2: () => lift2,
liftNullable: () => liftNullable,
liftPredicate: () => liftPredicate,
liftThrowable: () => liftThrowable,
map: () => map,
match: () => match,
none: () => none2,
orElse: () => orElse,
orElseEither: () => orElseEither,
orElseSome: () => orElseSome,
partitionMap: () => partitionMap,
product: () => product,
productMany: () => productMany,
reduceCompact: () => reduceCompact,
some: () => some2,
tap: () => tap,
toArray: () => toArray,
toRefinement: () => toRefinement,
void: () => void_,
zipLeft: () => zipLeft,
zipRight: () => zipRight,
zipWith: () => zipWith
});
// ../../../node_modules/.pnpm/effect@3.0.0/node_modules/effect/dist/esm/Order.js
var make2 = (compare) => (self, that) => self === that ? 0 : compare(self, that);
// ../../../node_modules/.pnpm/effect@2.4.19/node_modules/effect/dist/esm/Option.js
// ../../../node_modules/.pnpm/effect@3.0.0/node_modules/effect/dist/esm/Option.js
var TypeId3 = /* @__PURE__ */ Symbol.for("effect/Option");

@@ -899,4 +899,4 @@ var none2 = () => none;

var as = /* @__PURE__ */ dual(2, (self, b) => map(self, () => b));
var asUnit = /* @__PURE__ */ as(void 0);
var unit = /* @__PURE__ */ some2(void 0);
var asVoid = /* @__PURE__ */ as(void 0);
var void_ = /* @__PURE__ */ some2(void 0);
var flatMap = /* @__PURE__ */ dual(2, (self, f) => isNone2(self) ? none2() : f(self.value));

@@ -1011,3 +1011,3 @@ var andThen = /* @__PURE__ */ dual(2, (self, f) => flatMap(self, (a) => {

// ../../../node_modules/.pnpm/effect@2.4.19/node_modules/effect/dist/esm/MutableRef.js
// ../../../node_modules/.pnpm/effect@3.0.0/node_modules/effect/dist/esm/MutableRef.js
var MutableRef_exports = {};

@@ -1014,0 +1014,0 @@ __export(MutableRef_exports, {

{
"name": "@eslint-react/var",
"version": "1.5.9-next.1",
"version": "1.5.9-next.2",
"description": "TSESTree AST utility module for static analysis of variables",

@@ -42,8 +42,8 @@ "homepage": "https://github.com/rel1cx/eslint-react",

"string-ts": "2.1.0",
"@eslint-react/ast": "1.5.9-next.1",
"@eslint-react/types": "1.5.9-next.1",
"@eslint-react/tools": "1.5.9-next.1"
"@eslint-react/ast": "1.5.9-next.2",
"@eslint-react/tools": "1.5.9-next.2",
"@eslint-react/types": "1.5.9-next.2"
},
"devDependencies": {
"effect": "2.4.19"
"effect": "3.0.0"
},

@@ -50,0 +50,0 @@ "scripts": {

Sorry, the diff of this file is not supported yet

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