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

perf.plugin

Package Overview
Dependencies
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

perf.plugin - npm Package Compare versions

Comparing version 1.1.0 to 1.3.0

4

package.json
{
"name": "perf.plugin",
"version": "1.1.0",
"version": "1.3.0",
"description": "基础插件",

@@ -11,3 +11,3 @@ "main": "index.js",

"ioredis": "^3.1.1",
"node-statsd": "^0.1.1"
"statsd-client": "^0.4.0"
},

@@ -14,0 +14,0 @@ "devDependencies": {

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

const StatsD = require('node-statsd');
const StatsD = require('statsd-client');

@@ -9,3 +9,3 @@ module.exports = class statsd {

this.KEY = 'perf.filter';
this.statsd = new StatsD({ host, port });
this.statsd = new StatsD({ host, port: Number(port) });
}

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

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