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

@maverick-js/signals

Package Overview
Dependencies
Maintainers
1
Versions
53
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@maverick-js/signals - npm Package Compare versions

Comparing version 5.1.0 to 5.1.1

4

index.d.ts

@@ -186,3 +186,3 @@ export declare type BatchTasks = (queue: ScheduledTask[]) => void;

/** only available during dev. */
node?: Computation<T>;
node?: Computation;
}

@@ -276,3 +276,3 @@

/** only available during dev. */
node?: Computation<T>;
node?: Computation;
set: (value: T | ((prevValue: T) => T)) => void;

@@ -279,0 +279,0 @@ }

@@ -5,3 +5,3 @@ {

"license": "MIT",
"version": "5.1.0",
"version": "5.1.1",
"type": "module",

@@ -8,0 +8,0 @@ "module": "dist/prod/index.js",

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