Socket
Socket
Sign inDemoInstall

queued-up

Package Overview
Dependencies
0
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.0.0 to 2.0.1

1

index.d.ts

@@ -0,1 +1,2 @@

/// <reference path="typings/node/node.d.ts" />
import events = require('events');

@@ -2,0 +3,0 @@ declare class Queue extends events.EventEmitter {

@@ -6,2 +6,3 @@ var __extends = (this && this.__extends) || function (d, b) {

};
///<reference path="./typings/node/node.d.ts" />
var events = require('events');

@@ -8,0 +9,0 @@ var Queue = (function (_super) {

@@ -0,1 +1,2 @@

///<reference path="./typings/node/node.d.ts" />
import events = require('events');

@@ -2,0 +3,0 @@

2

package.json
{
"name": "queued-up",
"version": "2.0.0",
"version": "2.0.1",
"description": "Simple task Queuing module",

@@ -5,0 +5,0 @@ "main": "index.js",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc