+1
-1
| { | ||
| "name": "http-reply", | ||
| "version": "0.2.0", | ||
| "version": "0.2.1", | ||
| "description": "A lightweight Node.js utility for sending consistent, standardized HTTP responses across your API endpoints", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
+4
-4
@@ -19,3 +19,3 @@ # HttpReply | ||
| ```bash | ||
| npm install httpreply | ||
| npm i http-reply | ||
| ``` | ||
@@ -30,3 +30,3 @@ | ||
| ```javascript | ||
| const HttpReply = require("httpreply"); | ||
| const HttpReply = require("http-reply"); | ||
@@ -55,3 +55,3 @@ // Express example | ||
| ```javascript | ||
| const HttpReply = require('httpreply'); | ||
| const HttpReply = require('http-reply'); | ||
@@ -89,3 +89,3 @@ const reply = new HttpReply({ | ||
| ```javascript | ||
| const HttpReply = require("httpreply"); | ||
| const HttpReply = require("http-reply"); | ||
@@ -92,0 +92,0 @@ const reply = new HttpReply({ |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
0
-100%18456
-0.01%