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

@eslint-react/eff

Package Overview
Dependencies
Maintainers
0
Versions
176
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.26.3-beta.3 to 1.26.3-beta.4

6

dist/index.js
'use strict';
// src/index.ts
var _ = undefined;
var _ = void 0;
function identity(x) {

@@ -176,4 +176,4 @@ return x;

function concatenate(array1, array2) {
if (array2 === undefined || array2.length === 0) return array1;
if (array1 === undefined || array1.length === 0) return array2;
if (array2 === void 0 || array2.length === 0) return array1;
if (array1 === void 0 || array1.length === 0) return array2;
return [...array1, ...array2];

@@ -180,0 +180,0 @@ }

{
"name": "@eslint-react/eff",
"version": "1.26.3-beta.3",
"version": "1.26.3-beta.4",
"description": "JavaScript and TypeScript utilities (previously some re-exports of the effect library).",

@@ -39,3 +39,3 @@ "homepage": "https://github.com/Rel1cx/eslint-react",

"tsup": "^8.3.6",
"@workspace/configs": "0.0.0"
"@local/configs": "0.0.0"
},

@@ -42,0 +42,0 @@ "engines": {

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