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

alien-signals

Package Overview
Dependencies
Maintainers
1
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.4 to 0.5.0

3

package.json
{
"name": "alien-signals",
"version": "0.4.4",
"version": "0.5.0",
"license": "MIT",
"description": "The fastest and lightest signal library.",
"packageManager": "pnpm@9.12.0",

@@ -6,0 +7,0 @@ "types": "./types/index.d.ts",

@@ -40,4 +40,4 @@ export interface IEffect extends Subscriber {

export declare function propagate(subs: Link): void;
export declare function checkDirty(deps: Link): boolean;
export declare function checkDirty(deps: Link, singleDep?: boolean): boolean;
export declare function startTrack(sub: Subscriber): void;
export declare function endTrack(sub: Subscriber): void;

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