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.27 to 0.4.28

1

build/index.d.ts

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

(data: T): void;
(this: T extends void ? void : `Error: Expected 1 argument, but got 0`, data?: T): void;
0: () => K;

@@ -9,0 +10,0 @@ } & Pick<Promise<T>, 'then' | 'catch' | 'finally'>;

4

package.json
{
"name": "realar",
"version": "0.4.27",
"version": "0.4.28",
"description": "React state manager",

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

},
"gitHead": "945d17048e1ee50ec29317ef6a0cc01ca0129855"
"gitHead": "752c224e8f119e1c08b2f38dc5bde525931e8c65"
}

@@ -71,2 +71,3 @@ import React, { Context, FC } from 'react';

(data: T): void;
(this: T extends void ? void : `Error: Expected 1 argument, but got 0`, data?: T): void;
0: () => K;

@@ -73,0 +74,0 @@ } & Pick<Promise<T>, 'then' | 'catch' | 'finally'>;

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