Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

send-data

Package Overview
Dependencies
Maintainers
1
Versions
33
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

send-data - npm Package Compare versions

Comparing version 3.1.2 to 3.2.0

7

error.js

@@ -18,3 +18,8 @@ var sendJson = require("./json")

} else if (error && typeof error.message === "string") {
error.message = error.message
Object.defineProperty(error, "message", {
value: error.message,
enumerable: true,
writable: true,
configurable: true
})
Object.defineProperty(error, "type", {

@@ -21,0 +26,0 @@ value: error.type,

2

package.json
{
"name": "send-data",
"version": "3.1.2",
"version": "3.2.0",
"description": "send data through response",

@@ -5,0 +5,0 @@ "keywords": [],

@@ -5,2 +5,4 @@ # send-data [![build status][1]][2]

Originally taken from [npm-www](https://github.com/isaacs/npm-www)
## Example

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