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 4.0.3 to 4.0.4

2

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

@@ -5,0 +5,0 @@ "main": "./dist/SimpleSignal.umd.js",

@@ -42,4 +42,4 @@ # Simple Signal

```javascript
myClassObject.onSomethingHappened.add(function(id) {
console.log("Something happened with an id of " + id
myClassObject.onSomethingHappened.add((id) => {
console.log("Something happened with an id of " + id);
});

@@ -46,0 +46,0 @@ ```

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