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

zeromq

Package Overview
Dependencies
Maintainers
9
Versions
67
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

zeromq - npm Package Compare versions

Comparing version 5.2.4 to 5.2.5

.gitattributes

0

examples/producer.js

@@ -0,0 +0,0 @@ var zmq = require('../');

@@ -0,0 +0,0 @@ var zmq = require('../');

@@ -0,0 +0,0 @@ // minimal smoke test for appveyor

@@ -0,0 +0,0 @@ var zmq = require('../');

@@ -0,0 +0,0 @@ var zmq = require('../');

@@ -0,0 +0,0 @@ 2.15.3 / 2016-6-3

module.exports = require('./lib');

2

lib/index.js

@@ -6,3 +6,3 @@ /**

var EventEmitter = require('events').EventEmitter
, zmq = require('../build/Release/zmq.node')
, zmq = require('../binding')
, util = require('util');

@@ -9,0 +9,0 @@

{
"name": "zeromq",
"version": "5.2.4",
"version": "5.2.5",
"description": "ZeroMQ for node.js",

@@ -12,4 +12,4 @@ "main": "index",

"dependencies": {
"nan": "^2.14.2",
"prebuild-install": "^6.1.1"
"nan": "2.14.2",
"node-gyp-build": "^4.2.3"
},

@@ -20,5 +20,4 @@ "devDependencies": {

"mocha": "^5.0.0",
"node-abi": "^2.21.0",
"nyc": "^12.0.2",
"prebuild": "^10.0.1",
"prebuildify": "^4.1.2",
"semver": "^5.4.1",

@@ -31,5 +30,6 @@ "should": "^13.0.0"

"scripts": {
"build:libzmq": "node scripts/preinstall.js",
"install": "node scripts/prebuild-install.js || (node scripts/preinstall.js && node-gyp rebuild)",
"prebuild": "prebuild --all --strip",
"install": "node-gyp-build || npm run build:libzmq",
"build:libzmq": "node-gyp rebuild",
"prebuildify": "prebuildify --all --strip",
"prebuildify-ia32": "prebuildify --arch=ia32 --all --strip",
"build:docs": "jsdoc -R README.md -d docs lib/*.js",

@@ -36,0 +36,0 @@ "test": "mocha --expose-gc --slow 300",

@@ -0,0 +0,0 @@ # zeromq.js

@@ -0,0 +0,0 @@ var https = require("https");

@@ -0,0 +0,0 @@ var zmq = require('..')

@@ -0,0 +0,0 @@

@@ -0,0 +0,0 @@ if (process.versions['electron'] === undefined) {

@@ -0,0 +0,0 @@ var zmq = require('..')

@@ -0,0 +0,0 @@

@@ -0,0 +0,0 @@ var zmq = require('..')

@@ -0,0 +0,0 @@ var zmq = require('..')

@@ -0,0 +0,0 @@ var zmq = require('..')

@@ -0,0 +0,0 @@ var zmq = require('..')

@@ -0,0 +0,0 @@ var zmq = require('..')

@@ -0,0 +0,0 @@ var zmq = require('..')

@@ -0,0 +0,0 @@ var zmq = require('..')

@@ -0,0 +0,0 @@ var zmq = require('..')

@@ -0,0 +0,0 @@ var zmq = require('..')

@@ -0,0 +0,0 @@ var zmq = require('..')

@@ -0,0 +0,0 @@ var zmq = require('..')

@@ -0,0 +0,0 @@ // cleanup utils for sockets

@@ -0,0 +0,0 @@ // This is mainly for testing that the security mechanisms themselves are working

@@ -0,0 +0,0 @@

@@ -0,0 +0,0 @@ var zmq = require('..')

@@ -0,0 +0,0 @@ var zmq = require('..')

@@ -0,0 +0,0 @@ var zmq = require('..')

@@ -0,0 +0,0 @@ var zmq = require('..')

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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