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

axon-priority

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

axon-priority - npm Package Compare versions

Comparing version 0.0.1 to 0.0.2

6

package.json
{
"name": "axon-priority",
"version": "0.0.1",
"version": "0.0.2",
"description": "priority module for axon",

@@ -10,7 +10,7 @@ "main": "index.js",

"dependencies": {
"debug" : "*"
},
"devDependencies": {
"axon": "~1.0.0",
"should" : "*",
"debug" : "*"
"should" : "*"
},

@@ -17,0 +17,0 @@ "scripts": {

@@ -13,6 +13,6 @@ Axon-Priority

var axon = require('axon');
var axon-priority = require('axon-priority');
var axonPriority = require('axon-priority');
var req = axon.socket('req');
axon-priority.patchSocket(req);
axonPriority.patchSocket(req);

@@ -19,0 +19,0 @@ // continue to use the socket as you normally would...

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