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.25 to 0.4.26

2

build/index.d.ts

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

declare type Ensurable<T> = T | void;
declare function action<T = undefined>(init?: T): {
declare function action<T = undefined & void>(init?: T): {
(data: T): void;

@@ -8,0 +8,0 @@ 0: () => Ensurable<T>;

{
"name": "realar",
"version": "0.4.25",
"version": "0.4.26",
"description": "React state manager",

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

},
"gitHead": "3ca13b321d5de25cdf9cf94010737c4d7f344441"
"gitHead": "f16e1970c65c09ad9928e05813803da47f7b0d0c"
}

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

function action<T = undefined>(
function action<T = undefined & void>(
init?: T

@@ -73,0 +73,0 @@ ): {

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