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

eslint-plugin-react-naming-convention

Package Overview
Dependencies
Maintainers
1
Versions
924
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-plugin-react-naming-convention - npm Package Compare versions

Comparing version 1.5.6-beta.1 to 1.5.6-beta.2

42

dist/index.js

@@ -18,5 +18,5 @@ 'use strict';

var name = "eslint-plugin-react-naming-convention";
var version = "1.5.6-beta.1";
var version = "1.5.6-beta.2";
// ../../../node_modules/.pnpm/effect@2.4.0/node_modules/effect/dist/esm/Function.js
// ../../../node_modules/.pnpm/effect@2.4.1/node_modules/effect/dist/esm/Function.js
var Function_exports = {};

@@ -196,7 +196,7 @@ __export(Function_exports, {

// ../../../node_modules/.pnpm/effect@2.4.0/node_modules/effect/dist/esm/internal/version.js
var moduleVersion = "2.4.0";
// ../../../node_modules/.pnpm/effect@2.4.1/node_modules/effect/dist/esm/internal/version.js
var moduleVersion = "2.4.1";
var getCurrentVersion = () => moduleVersion;
// ../../../node_modules/.pnpm/effect@2.4.0/node_modules/effect/dist/esm/GlobalValue.js
// ../../../node_modules/.pnpm/effect@2.4.1/node_modules/effect/dist/esm/GlobalValue.js
var globalStoreId = /* @__PURE__ */ Symbol.for(`effect/GlobalValue/globalStoreId/${/* @__PURE__ */ getCurrentVersion()}`);

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

// ../../../node_modules/.pnpm/effect@2.4.0/node_modules/effect/dist/esm/Predicate.js
// ../../../node_modules/.pnpm/effect@2.4.1/node_modules/effect/dist/esm/Predicate.js
var Predicate_exports = {};

@@ -231,2 +231,3 @@ __export(Predicate_exports, {

isIterable: () => isIterable,
isMap: () => isMap,
isNever: () => isNever,

@@ -243,2 +244,3 @@ isNotNull: () => isNotNull,

isRecord: () => isRecord,
isSet: () => isSet,
isString: () => isString,

@@ -263,2 +265,4 @@ isSymbol: () => isSymbol,

var mapInput = /* @__PURE__ */ dual(2, (self, f) => (b2) => self(f(b2)));
var isSet = (input) => input instanceof Set;
var isMap = (input) => input instanceof Map;
var isString = (input) => typeof input === "string";

@@ -347,3 +351,3 @@ var isNumber = (input) => typeof input === "number";

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

@@ -568,3 +572,3 @@ var GenKindImpl = class {

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

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

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

@@ -682,6 +686,6 @@ function equals() {

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

@@ -698,3 +702,3 @@ var toJSON = (x2) => {

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

@@ -761,3 +765,3 @@ __export(Option_exports, {

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

@@ -793,3 +797,3 @@ switch (args.length) {

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

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

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

@@ -911,3 +915,3 @@ var CommonProto = {

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

@@ -976,6 +980,6 @@ var CommonProto2 = {

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

@@ -1144,3 +1148,3 @@ var none2 = () => none;

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

@@ -1147,0 +1151,0 @@ __export(MutableRef_exports, {

{
"name": "eslint-plugin-react-naming-convention",
"version": "1.5.6-beta.1",
"version": "1.5.6-beta.2",
"description": "ESLint React's ESLint plugin for naming convention related rules.",

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

"dependencies": {
"@eslint-react/ast": "1.5.6-next.1",
"@eslint-react/core": "1.5.6-next.1",
"@eslint-react/jsx": "1.5.6-next.1",
"@eslint-react/shared": "1.5.6-next.1",
"@eslint-react/tools": "1.5.6-next.1",
"@eslint-react/types": "1.5.6-next.1",
"@eslint-react/ast": "1.5.6-beta.1",
"@eslint-react/core": "1.5.6-beta.1",
"@eslint-react/jsx": "1.5.6-beta.1",
"@eslint-react/shared": "1.5.6-beta.1",
"@eslint-react/tools": "1.5.6-beta.1",
"@eslint-react/types": "1.5.6-beta.1",
"@typescript-eslint/parser": ">=7.1.0",

@@ -53,3 +53,3 @@ "@typescript-eslint/scope-manager": ">=7.1.0",

"devDependencies": {
"effect": "2.4.0"
"effect": "2.4.1"
},

@@ -56,0 +56,0 @@ "peerDependencies": {

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