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

httpproblem

Package Overview
Dependencies
Maintainers
2
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

httpproblem - npm Package Compare versions

Comparing version 0.5.3 to 0.5.4

2

package.json
{
"name": "httpproblem",
"version": "0.5.3",
"version": "0.5.4",
"description": "Create Problem Details for HTTP APIs according to RFC 7807",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -102,3 +102,3 @@ # Create problem+json documents with Node.js

const httpProblem = require('httpproblem');
const UnauthorizedProblem new httpProblem.StatusCodeProblems.UnauthorizedProblem();
const problem = new httpProblem.StatusCodeProblems.UnauthorizedProblem();
```

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