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

return-value

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

return-value - npm Package Compare versions

Comparing version 1.0.4 to 1.0.5

4

package.json
{
"name": "return-value",
"version": "1.0.4",
"description": "A package which returns a paramater value",
"version": "1.0.5",
"description": "The all on in one npm package for all your input = output needs. This package simply returns whatever you pass into it. Can be used as a stub for a function that should return the values passed into it.",
"main": "src/index.js",

@@ -6,0 +6,0 @@ "types": "src/index.d.ts",

@@ -9,3 +9,5 @@ module.exports = {

*/
returnValue: value => value
returnValue: function(value) {
return value;
}
}
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