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

alien-signals

Package Overview
Dependencies
Maintainers
0
Versions
30
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

alien-signals - npm Package Compare versions

Comparing version 0.4.9 to 0.4.10

types/unstable/asyncComputed.d.ts

2

package.json
{
"name": "alien-signals",
"version": "0.4.9",
"version": "0.4.10",
"license": "MIT",

@@ -5,0 +5,0 @@ "description": "The lightest signal library.",

@@ -5,2 +5,3 @@ import { Dependency, IEffect, Link, Subscriber, SubscriberFlags } from './system.js';

export declare let lastTrackId: number;
export declare function untrack<T>(fn: () => T): T;
export declare function setActiveSub(sub: Subscriber | undefined, trackId: number): void;

@@ -7,0 +8,0 @@ export declare function nextTrackId(): number;

import { Link, Subscriber, SubscriberFlags } from './system.js';
export declare let activeEffectScope: EffectScope | undefined;
export declare let activeScopeTrackId: number;
export declare function untrackScope<T>(fn: () => T): T;
export declare function setActiveScope(sub: EffectScope | undefined, trackId: number): void;
export declare function effectScope(): EffectScope;

@@ -5,0 +7,0 @@ export declare class EffectScope implements Subscriber {

@@ -0,3 +1,6 @@

export * from './asyncComputed.js';
export * from './asyncEffect.js';
export * from './asyncSystem.js';
export * from './computedArray.js';
export * from './computedSet.js';
export * from './equalityComputed.js';

Sorry, the diff of this file is not supported yet

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