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.6 to 0.1.7

3

index.js

@@ -38,3 +38,4 @@ /**

module.exports.notify = function notify(options, callback) {
callback = callback || function noop() {
callback = callback || function noop(err) {
console.warn('Something went wrong. Couldn\'t process the notification. %s', err);
return;

@@ -41,0 +42,0 @@ };

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

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

@@ -8,0 +8,0 @@ "engine": "node >= 5.0.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