Socket
Socket
Sign inDemoInstall

http-problem-details

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

http-problem-details - npm Package Compare versions

Comparing version 0.1.1 to 0.1.2

dist/index.d.ts

2

CHANGELOG.md

@@ -5,2 +5,4 @@ # Changelog

### [0.1.2](https://github.com/PDMLab/http-problem-details/compare/v0.1.1...v0.1.2) (2019-10-26)
### 0.1.1 (2019-10-26)

@@ -7,0 +9,0 @@

4

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

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

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

@@ -23,0 +23,0 @@ "repository": {

@@ -0,1 +1,3 @@

[![Conventional Commits](https://img.shields.io/badge/Conventional%20Commits-1.0.0-yellow.svg)](https://conventionalcommits.org)
# HTTP Problem Details (RFC 7807) for Node.js

@@ -109,2 +111,4 @@

We're using [conventional commits](https://www.conventionalcommits.org), so please use it for your commits as well.
Also please add tests and make sure to run `npm run lint-ts`.

@@ -111,0 +115,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