New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

jsender

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jsender - npm Package Compare versions

Comparing version 0.0.5 to 0.0.6

4

lib/success.js

@@ -6,6 +6,6 @@ module.exports = function (res){

status: 'success',
data: data || null
data: (typeof data !== 'undefined' && data !== null) ? data : null
})
}
}
}
{
"name": "jsender",
"version": "0.0.5",
"version": "0.0.6",
"description": "Simple and structured application level JSON responses for Express. Based on JSend specification.",

@@ -5,0 +5,0 @@ "main": "lib/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