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

@eslint-react/eff

Package Overview
Dependencies
Maintainers
1
Versions
100
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.24.0-next.0 to 1.24.0-next.1

4

dist/index.d.ts

@@ -224,3 +224,3 @@ type Pretty<T> = {

/**
* 1-byte version undefined, produces fewer bytes than `undefined` or `void 0` in the minified output d.ts.
* 1-byte version undefined, produces fewer bytes than `undefined` or `void 0` in the minified output dts.
*/

@@ -243,3 +243,3 @@ type _ = undefined;

*/
declare function returnVoid(): _;
declare function returnVoid(): undefined;
/**

@@ -246,0 +246,0 @@ * Returns its argument.

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

function returnVoid() {
return _;
return undefined;
}

@@ -175,0 +175,0 @@ function identity(x) {

{
"name": "@eslint-react/eff",
"version": "1.24.0-next.0",
"version": "1.24.0-next.1",
"description": "JavaScript and TypeScript utilities (previously some re-exports of the effect library).",

@@ -5,0 +5,0 @@ "homepage": "https://github.com/Rel1cx/eslint-react",

Sorry, the diff of this file is not supported yet

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