Socket
Socket
Sign inDemoInstall

@webgap/notifier

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@webgap/notifier - npm Package Compare versions

Comparing version 0.1.0 to 0.1.1

9

index.js

@@ -96,1 +96,10 @@ /**

};
/**
* Unregisters a Notification System
*
* @param {string} systemName the name of the system
*/
module.exports.unregister = function register(systemName) {
delete instances[systemName];
};

13

package.json

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

"author": "Manuel Martins <manuelmachadomartins@gmail.com>",
"version": "0.1.0",
"version": "0.1.1",
"license": "Apache-2.0",

@@ -28,11 +28,10 @@ "engine": "node >= 0.12.0",

"dependencies": {
"@webgap/format-utils": ">=0.1.1",
"underscore": ">=1.8.3",
"async": ">=1.4.2"
"underscore": "1.8.x",
"async": "1.4.x"
},
"devDependencies": {
"codeclimate-test-reporter": ">=0.1.0",
"istanbul":">=0.3.17",
"mocha": ">=2.2.5"
"codeclimate-test-reporter": ">=0.1.x",
"istanbul":">=0.3.x",
"mocha": ">=2.2.x"
}
}

@@ -19,3 +19,2 @@ # WebGAP Notifier

Handles most common object utilities with [**underscore.js**](https://github.com/jashkenas/underscore).<br/>
Handles date format using [**@webgap/format-utils**](https://github.com/webgap/format-utils).<br/>
Handles async implementation using [**async**](https://github.com/caolan/async).<br/>

@@ -22,0 +21,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