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.0 to 0.5.1

4

index.d.ts

@@ -33,3 +33,3 @@ declare module "httpproblem" {

type Document = (options: IDocumentOptions, extension?: IExtension) => IDocument;
type DocumentConstructor = new (options: IDocumentOptions, extension?: IExtension) => IDocument;
type Extension = (options: IExtensionOptions) => IExtension;

@@ -44,3 +44,3 @@

const _: {
Document: Document,
Document: DocumentConstructor,
StatusCodeProblems: {

@@ -47,0 +47,0 @@ BadRequestProblem: BadRequestProblem,

{
"name": "httpproblem",
"version": "0.5.0",
"version": "0.5.1",
"description": "Create Problem Details for HTTP APIs according to RFC 7807",

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

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