Socket
Socket
Sign inDemoInstall

realar

Package Overview
Dependencies
Maintainers
1
Versions
129
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

realar - npm Package Compare versions

Comparing version 0.4.4 to 0.4.5

2

build/index.d.ts

@@ -7,3 +7,3 @@ import { FC } from 'react';

(): void;
0: () => T | void;
0: () => T | undefined;
};

@@ -10,0 +10,0 @@ declare function prop(_proto: any, key: any, descriptor?: any): any;

{
"name": "realar",
"version": "0.4.4",
"version": "0.4.5",
"description": "React state manager",

@@ -91,3 +91,3 @@ "repository": {

},
"gitHead": "868558d9dd924153348b388695fef8cab5ceff90"
"gitHead": "fc67b18ffca5bb8ac391606b216ca4d8465aca2c"
}

@@ -34,3 +34,3 @@ import { useRef, useReducer, useEffect, useMemo, FC } from 'react';

(): void;
0: () => T | void;
0: () => T | undefined;
} {

@@ -37,0 +37,0 @@ let resolve: (v: T) => void;

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