Socket
Socket
Sign inDemoInstall

http-problem-details

Package Overview
Dependencies
0
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.1.0 to 0.1.1

CHANGELOG.md

21

package.json
{
"name": "http-problem-details",
"version": "0.1.0",
"version": "0.1.1",
"description": "HTTP Problem Details according to RFC 7807",

@@ -19,3 +19,4 @@ "main": "dist/index.js",

"test": "./node_modules/mocha/bin/mocha -r ts-node/register test/*.ts",
"test-ci": "./node_modules/mocha/bin/mocha -r ts-node/register test/*.ts --reporter mocha-junit-reporter"
"test-ci": "./node_modules/mocha/bin/mocha -r ts-node/register test/*.ts --reporter mocha-junit-reporter",
"release": "standard-version"
},

@@ -55,4 +56,18 @@ "repository": {

"@typescript-eslint/eslint-plugin": "^1.7.0",
"@typescript-eslint/parser": "^1.7.0"
"@typescript-eslint/parser": "^1.7.0",
"@commitlint/cli": "^8.2.0",
"@commitlint/config-conventional": "^8.2.0",
"standard-version": "^7.0.0",
"husky": "^3.0.9"
},
"husky": {
"hooks": {
"commit-msg": "commitlint -E HUSKY_GIT_PARAMS"
}
},
"commitlint": {
"extends": [
"@commitlint/config-conventional"
]
}
}
dist/index.d.ts
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc