@bbc/http-transport-statsd
Advanced tools
Comparing version 2.0.2 to 2.0.3
{ | ||
"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" | ||
} | ||
} |
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
9012
9
1