Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@eslint-react/eff

Package Overview
Dependencies
Maintainers
0
Versions
78
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 1.23.2-next.2 to 1.23.2-next.3

55

dist/index.js

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

// ../../../node_modules/.pnpm/effect@3.12.0/node_modules/effect/dist/esm/Either.js
// ../../../node_modules/.pnpm/effect@3.12.1/node_modules/effect/dist/esm/Either.js
var Either_exports = {};

@@ -51,3 +51,3 @@ __export(Either_exports, {

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

@@ -227,6 +227,6 @@ __export(Function_exports, {

// ../../../node_modules/.pnpm/effect@3.12.0/node_modules/effect/dist/esm/Equivalence.js
// ../../../node_modules/.pnpm/effect@3.12.1/node_modules/effect/dist/esm/Equivalence.js
var make = (isEquivalent) => (self, that) => self === that || isEquivalent(self, that);
// ../../../node_modules/.pnpm/effect@3.12.0/node_modules/effect/dist/esm/internal/doNotation.js
// ../../../node_modules/.pnpm/effect@3.12.1/node_modules/effect/dist/esm/internal/doNotation.js
var let_ = (map3) => dual(3, (self, name, f) => map3(self, (a) => Object.assign({}, a, {

@@ -242,3 +242,3 @@ [name]: f(a)

// ../../../node_modules/.pnpm/effect@3.12.0/node_modules/effect/dist/esm/Equal.js
// ../../../node_modules/.pnpm/effect@3.12.1/node_modules/effect/dist/esm/Equal.js
var Equal_exports = {};

@@ -252,13 +252,14 @@ __export(Equal_exports, {

// ../../../node_modules/.pnpm/effect@3.12.0/node_modules/effect/dist/esm/internal/version.js
var moduleVersion = "3.12.0";
// ../../../node_modules/.pnpm/effect@3.12.1/node_modules/effect/dist/esm/internal/version.js
var moduleVersion = "3.12.1";
var getCurrentVersion = () => moduleVersion;
// ../../../node_modules/.pnpm/effect@3.12.0/node_modules/effect/dist/esm/GlobalValue.js
var globalStoreId = /* @__PURE__ */ Symbol.for(`effect/GlobalValue/globalStoreId/${/* @__PURE__ */ getCurrentVersion()}`);
if (!(globalStoreId in globalThis)) {
globalThis[globalStoreId] = /* @__PURE__ */ new Map();
}
var globalStore = globalThis[globalStoreId];
// ../../../node_modules/.pnpm/effect@3.12.1/node_modules/effect/dist/esm/GlobalValue.js
var globalStoreId = `effect/GlobalValue/globalStoreId/${/* @__PURE__ */ getCurrentVersion()}`;
var globalStore;
var globalValue = (id, compute) => {
if (!globalStore) {
globalThis[globalStoreId] ??= /* @__PURE__ */ new Map();
globalStore = globalThis[globalStoreId];
}
if (!globalStore.has(id)) {

@@ -270,3 +271,3 @@ globalStore.set(id, compute());

// ../../../node_modules/.pnpm/effect@3.12.0/node_modules/effect/dist/esm/Predicate.js
// ../../../node_modules/.pnpm/effect@3.12.1/node_modules/effect/dist/esm/Predicate.js
var mapInput = /* @__PURE__ */ dual(2, (self, f) => (b) => self(f(b)));

@@ -363,6 +364,6 @@ var isTupleOf = /* @__PURE__ */ dual(2, (self, n) => self.length === n);

// ../../../node_modules/.pnpm/effect@3.12.0/node_modules/effect/dist/esm/internal/errors.js
// ../../../node_modules/.pnpm/effect@3.12.1/node_modules/effect/dist/esm/internal/errors.js
var getBugErrorMessage = (message) => `BUG: ${message} - please report an issue at https://github.com/Effect-TS/effect/issues`;
// ../../../node_modules/.pnpm/effect@3.12.0/node_modules/effect/dist/esm/Utils.js
// ../../../node_modules/.pnpm/effect@3.12.1/node_modules/effect/dist/esm/Utils.js
var GenKindTypeId = /* @__PURE__ */ Symbol.for("effect/Gen/GenKind");

@@ -484,3 +485,3 @@ var isGenKind = (u) => isObject(u) && GenKindTypeId in u;

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

@@ -574,3 +575,3 @@ var symbol = /* @__PURE__ */ Symbol.for("effect/Hash");

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

@@ -627,3 +628,3 @@ function equals() {

// ../../../node_modules/.pnpm/effect@3.12.0/node_modules/effect/dist/esm/Inspectable.js
// ../../../node_modules/.pnpm/effect@3.12.1/node_modules/effect/dist/esm/Inspectable.js
var NodeInspectSymbol = /* @__PURE__ */ Symbol.for("nodejs.util.inspect.custom");

@@ -655,3 +656,3 @@ var toJSON = (x) => {

// ../../../node_modules/.pnpm/effect@3.12.0/node_modules/effect/dist/esm/Pipeable.js
// ../../../node_modules/.pnpm/effect@3.12.1/node_modules/effect/dist/esm/Pipeable.js
var pipeArguments = (self, args) => {

@@ -689,3 +690,3 @@ switch (args.length) {

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

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

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

@@ -810,3 +811,3 @@ var CommonProto = {

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

@@ -876,3 +877,3 @@ var CommonProto2 = {

// ../../../node_modules/.pnpm/effect@3.12.0/node_modules/effect/dist/esm/Either.js
// ../../../node_modules/.pnpm/effect@3.12.1/node_modules/effect/dist/esm/Either.js
var TypeId3 = TypeId2;

@@ -1002,3 +1003,3 @@ var right2 = right;

// ../../../node_modules/.pnpm/effect@3.12.0/node_modules/effect/dist/esm/Option.js
// ../../../node_modules/.pnpm/effect@3.12.1/node_modules/effect/dist/esm/Option.js
var Option_exports = {};

@@ -1065,6 +1066,6 @@ __export(Option_exports, {

// ../../../node_modules/.pnpm/effect@3.12.0/node_modules/effect/dist/esm/Order.js
// ../../../node_modules/.pnpm/effect@3.12.1/node_modules/effect/dist/esm/Order.js
var make2 = (compare) => (self, that) => self === that ? 0 : compare(self, that);
// ../../../node_modules/.pnpm/effect@3.12.0/node_modules/effect/dist/esm/Option.js
// ../../../node_modules/.pnpm/effect@3.12.1/node_modules/effect/dist/esm/Option.js
var TypeId4 = /* @__PURE__ */ Symbol.for("effect/Option");

@@ -1071,0 +1072,0 @@ var none2 = () => none;

{
"name": "@eslint-react/eff",
"version": "1.23.2-next.2",
"version": "1.23.2-next.3",
"description": "A subset of effect to produce a more lightweight version of the library.",

@@ -36,3 +36,3 @@ "homepage": "https://github.com/rEl1cx/eslint-react",

"devDependencies": {
"effect": "^3.12.0",
"effect": "^3.12.1",
"tsup": "^8.3.5",

@@ -39,0 +39,0 @@ "@workspace/configs": "0.0.0"

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