New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

http-reply

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

http-reply - npm Package Compare versions

Comparing version
0.2.0
to
0.2.1
+1
-1
package.json
{
"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",

@@ -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({