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 2.0.1 to 2.0.2

_publish.bat

5

package.json
{
"name": "simplesignal",
"version": "2.0.1",
"version": "2.0.2",
"description": "Super-simple signals class",

@@ -23,3 +23,4 @@ "main": "dist/es5/SimpleSignal.js",

"simple",
"tiny"
"tiny",
"typescript"
],

@@ -26,0 +27,0 @@ "author": "Zeh Fernando <npm@zehfernando.com> http://zehfernando.com",

@@ -19,3 +19,6 @@ # Simple Signal

// Include (JavaScript ES6, TypeScript)
// Include (JavaScript ES6) (Test!)
import * as SimpleSignal from 'simplesignal';
// Include (TypeScript)
import SimpleSignal from 'simplesignal';

@@ -22,0 +25,0 @@

.npmignore

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