New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@bbc/http-transport-statsd

Package Overview
Dependencies
Maintainers
20
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@bbc/http-transport-statsd - npm Package Compare versions

Comparing version 2.0.2 to 2.0.3

24

package.json
{
"name": "@bbc/http-transport-statsd",
"version": "2.0.2",
"version": "2.0.3",
"description": "Provides stats for statsD ",

@@ -9,3 +9,4 @@ "main": "index.js",

"lint": "eslint .",
"coverage": "istanbul cover _mocha -- -R dot"
"coverage": "nyc mocha && nyc report --reporter=html && nyc report --reporter=json-summary",
"posttest": "npm run lint"
},

@@ -34,21 +35,18 @@ "repository": {

"devDependencies": {
"@bbc/http-transport": "^3.4.2",
"@bbc/http-transport": "^4.3.0",
"chai": "^4.1.2",
"eslint": "^4.11.0",
"eslint-config-iplayer-es6": "^3.1.1",
"istanbul": "^0.4.1",
"lodash": "^4.17.4",
"eslint": "^8.50.0",
"eslint-config-iplayer": "^7.0.0",
"lodash": "^4.17.15",
"mocha": "^5.2.0",
"nock": "^9.0.14",
"nock": "^13.3.3",
"nyc": "^14.1.1",
"sinon": "^7.2.3"
},
"peerDependencies": {
"@bbc/http-transport": "3.x"
"@bbc/http-transport": "^4.3.0"
},
"eslintConfig": {
"extends": "iplayer-es6",
"parserOptions": {
"ecmaVersion": 2017
}
"extends": "iplayer"
}
}
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