Socket
Socket
Sign inDemoInstall

@vinraiwip/add

Package Overview
Dependencies
0
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.0.2 to 2.0.3

2

index.js
module.exports = (...args) => {
// reduce to sum, err
// reduce to sum
return args.reduce((sum, num) => sum + num, 0);
};
{
"name": "@vinraiwip/add",
"version": "2.0.2",
"version": "2.0.3",
"description": "",

@@ -12,3 +12,4 @@ "main": "index.js",

"author": "",
"license": "ISC"
"license": "ISC",
"gitHead": "fbd376884af78937965d9d3d7f6df53866cdb055"
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc