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

diagnostic-channel-publishers

Package Overview
Dependencies
Maintainers
5
Versions
33
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

diagnostic-channel-publishers - npm Package Compare versions

Comparing version 0.1.2 to 0.1.3

2

.dist/src/redis.pub.js

@@ -12,3 +12,3 @@ "use strict";

var cb_1 = commandObj.callback;
if (!cb_1.pubsubBound) {
if (!cb_1 || !cb_1.pubsubBound) {
var address_1 = this.address;

@@ -15,0 +15,0 @@ var startTime_1 = process.hrtime();

{
"name": "diagnostic-channel-publishers",
"version": "0.1.2",
"version": "0.1.3",
"main": ".dist/src/index.js",

@@ -10,4 +10,3 @@ "types": ".dist/src/index.d.ts",

"clean": "rimraf ./.dist",
"prepublish": "npm run lint && npm run build",
"test": "npm run build && mocha .dist/tests"
"test": "mocha ./.dist/tests/{*.js,**/*.js}"
},

@@ -17,3 +16,3 @@ "devDependencies": {

"@types/node": "^7.0.12",
"diagnostic-channel": "../diagnostic-channel",
"diagnostic-channel": "0.1.0",
"mocha": "^3.2.0",

@@ -20,0 +19,0 @@ "rimraf": "^2.6.1",

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