Socket
Socket
Sign inDemoInstall

realar

Package Overview
Dependencies
1
Maintainers
1
Versions
129
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.6.1 to 0.6.2

4

build/types.d.ts

@@ -378,5 +378,5 @@ import { FC } from 'react';

declare type Observe = {
<T extends FC>(FunctionComponent: T): React.MemoExoticComponent<T>;
<Props = {}>(FunctionComponent: FC<Props>): React.MemoExoticComponent<FC<Props>>;
nomemo: {
<T extends FC>(FunctionComponent: T): T;
<Props = {}>(FunctionComponent: FC<Props>): FC<Props>;
};

@@ -383,0 +383,0 @@ };

{
"name": "realar",
"version": "0.6.1",
"version": "0.6.2",
"description": "Advanced state manager for React",

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

},
"gitHead": "61da982bca1c93e3d0aad7b237ecf24407586c0c"
"gitHead": "6161f6e622c0fa93e7725ae28d1837c1906f5a1f"
}

@@ -491,5 +491,5 @@ import { FC } from 'react';

type Observe = {
<T extends FC>(FunctionComponent: T): React.MemoExoticComponent<T>;
<Props = {}>(FunctionComponent: FC<Props>): React.MemoExoticComponent<FC<Props>>;
nomemo: {
<T extends FC>(FunctionComponent: T): T;
<Props = {}>(FunctionComponent: FC<Props>): FC<Props>;
}

@@ -496,0 +496,0 @@ }

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc