Socket
Socket
Sign inDemoInstall

notification-queue

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

notification-queue - npm Package Compare versions

Comparing version 0.1.1 to 1.0.0

2

lib/NotificationQueue.js

@@ -5,4 +5,4 @@ "use strict";

};
var _a;
Object.defineProperty(exports, "__esModule", { value: true });
var _a;
var asap_1 = __importDefault(require("asap"));

@@ -9,0 +9,0 @@ var NotificationCenter_1 = require("./NotificationCenter");

{
"name": "notification-queue",
"version": "0.1.1",
"version": "1.0.0",
"main": "lib/index.js",

@@ -21,3 +21,2 @@ "module": "es/index.js",

],
"readme": "docs/README.md",
"license": "MIT",

@@ -29,11 +28,11 @@ "dependencies": {

"@types/asap": "^2.0.0",
"@types/jest": "^23.0.0",
"@types/node": "^11.9.4",
"jest": "^23.0.0",
"@types/jest": "^24.0.15",
"@types/node": "^12.6.8",
"jest": "^24.8.0",
"npm-run-all": "^4.1.5",
"ts-jest": "^23.0.0",
"ts-jest": "^24.0.2",
"typedoc": "^0.14.2",
"typedoc-plugin-example-tag": "^1.0.2",
"typedoc-plugin-markdown": "^1.1.26",
"typescript": "^3.3.3"
"typescript": "^3.5.3"
},

@@ -40,0 +39,0 @@ "repository": "https://github.com/nilennoct/notification-queue.git",

@@ -5,2 +5,4 @@ A JavaScript implement of NotificationQueue and NotificationCenter.

[![FOSSA Status](https://app.fossa.io/api/projects/git%2Bgithub.com%2Fnilennoct%2Fnotification-queue.svg?type=shield)](https://app.fossa.io/projects/git%2Bgithub.com%2Fnilennoct%2Fnotification-queue?ref=badge_shield)
```shell

@@ -50,1 +52,6 @@ npm install notification-queue

See [documents](https://github.com/nilennoct/notification-queue/blob/master/docs/README.md)
## License
[![FOSSA Status](https://app.fossa.io/api/projects/git%2Bgithub.com%2Fnilennoct%2Fnotification-queue.svg?type=large)](https://app.fossa.io/projects/git%2Bgithub.com%2Fnilennoct%2Fnotification-queue?ref=badge_large)
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