Socket
Socket
Sign inDemoInstall

@cdellacqua/http-status

Package Overview
Dependencies
0
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.2 to 1.0.3

5

package.json

@@ -5,3 +5,3 @@ {

"description": "HTTP Status TypeScript enums",
"version": "1.0.2",
"version": "1.0.3",
"type": "module",

@@ -41,3 +41,3 @@ "types": "dist/index.d.ts",

"build": "vite build && tsc src/lib/index.ts --declaration --emitDeclarationOnly --declarationDir dist",
"doc": "rimraf docs && typedoc --readme none --plugin typedoc-plugin-markdown src/lib/index.ts",
"doc": "rimraf docs && typedoc --gitRevision main --readme none --plugin typedoc-plugin-markdown src/lib/index.ts",
"prepack": "npm run lint && npm run build && npm test && npm run doc",

@@ -63,2 +63,3 @@ "lint": "eslint --max-warnings 0 .",

"prettier": "^2.5.0",
"rimraf": "^3.0.2",
"ts-node": "^10.4.0",

@@ -65,0 +66,0 @@ "typedoc": "^0.22.10",

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc