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

simplesignal

Package Overview
Dependencies
Maintainers
1
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

simplesignal - npm Package Compare versions

Comparing version 5.0.1 to 5.1.0

2

dist/SimpleSignal.d.ts

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

declare type UnknownFunction = (...args: unknown[]) => unknown;
declare type UnknownFunction = (...args: any[]) => unknown;
export default class SimpleSignal<F extends UnknownFunction> {

@@ -3,0 +3,0 @@ private functions;

{
"name": "simplesignal",
"version": "5.0.1",
"version": "5.1.0",
"description": "Super-simple signals class",

@@ -5,0 +5,0 @@ "main": "./dist/SimpleSignal.umd.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