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

patronum

Package Overview
Dependencies
Maintainers
4
Versions
98
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

patronum - npm Package Compare versions

Comparing version 1.8.4 to 1.8.5

2

and/index.d.ts
import { Store } from 'effector';
export declare function and(...stores: Array<Store<unknown>>): Store<boolean>;
export declare function and(...stores: Array<Store<any>>): Store<boolean>;
import { Store } from 'effector';
export declare function or(...stores: Array<Store<unknown>>): Store<boolean>;
export declare function or(...stores: Array<Store<any>>): Store<boolean>;
{
"name": "patronum",
"version": "1.8.4",
"version": "1.8.5",
"description": "☄️ Effector utility library delivering modularity and convenience",

@@ -5,0 +5,0 @@ "type": "module",

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