🚨 Active Supply Chain Attack:node-ipc Package Compromised.Learn More
Socket
Book a DemoSign in
Socket

@withease/web-api

Package Overview
Dependencies
Maintainers
1
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@withease/web-api - npm Package Compare versions

Comparing version
1.1.0
to
1.1.1
+3
-3
index.d.ts

@@ -1,2 +0,2 @@

import { Event, Store } from 'effector';
import { Event, EventCallable, Store } from 'effector';

@@ -10,4 +10,4 @@ type Setupable = {

'@@trigger': () => {
setup: Event<void>;
teardown: Event<void>;
setup: EventCallable<void>;
teardown: EventCallable<void>;
fired: Event<unknown> | Event<void>;

@@ -14,0 +14,0 @@ };

{
"name": "@withease/web-api",
"version": "1.1.0",
"version": "1.1.1",
"type": "module",

@@ -5,0 +5,0 @@ "peerDependencies": {