Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@lynxvs/amqp

Package Overview
Dependencies
Maintainers
4
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@lynxvs/amqp - npm Package Compare versions

Comparing version 3.0.6 to 3.0.7

1

error.d.ts

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

/// <reference types="node" />
import Raven from "raven";

@@ -2,0 +3,0 @@ /**

17

package.json
{
"name": "@lynxvs/amqp",
"version": "3.0.6",
"version": "3.0.7",
"description": "",

@@ -27,7 +27,6 @@ "main": "index.js",

"dependencies": {
"@types/winston": "^2.4.4",
"@types/raven": "^2.5.1",
"@types/amqplib": "^0.5.10",
"@types/express": "^4.16.0",
"@types/amqplib": "^0.5.8",
"@types/lodash": "^4.14.117",
"@types/lodash": "^4.14.121",
"@types/raven": "^2.5.3",
"amqplib": "^0.5.2",

@@ -40,2 +39,3 @@ "lodash": "^4.17.11"

"coveralls": "^3.0.1",
"express": "^4.16.4",
"husky": "^0.15.0-rc.13",

@@ -45,9 +45,8 @@ "jest": "^23.6.0",

"pretty-quick": "^1.4.1",
"raven": "^2.6.4",
"ts-jest": "^23.10.5",
"tslint": "^5.9.1",
"tslint-config-prettier": "^1.10.0",
"typescript": "^3.3.1",
"raven": "^2.6.4",
"winston": "^3.2.1",
"express": "^4.16.4"
"typescript": "^3.3.3",
"winston": "^3.2.1"
},

@@ -54,0 +53,0 @@ "peerDependencies": {

@@ -99,3 +99,4 @@ import { PermanentWorkerError } from "./PermanentWorkerError";

exit(process, err);
// wait 5 sek just to be sure
setTimeout(() => exit(process, err), 5000);
});

@@ -102,0 +103,0 @@

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

/// <reference types="node" />
import * as amqplib from "amqplib";

@@ -2,0 +3,0 @@ import * as http from "http";

@@ -124,3 +124,4 @@ "use strict";

}
error_1.exit(process, err);
// wait 5 sek just to be sure
setTimeout(() => error_1.exit(process, err), 5000);
})

@@ -127,0 +128,0 @@ );

Sorry, the diff of this file is not supported yet

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