You're Invited: Meet the Socket team at BSidesSF and RSAC - April 27 - May 1.RSVP
Socket
Sign inDemoInstall
Socket

lion-lib-23491

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

lion-lib-23491 - npm Package Compare versions

Comparing version

to
1.1.0

4

index.js
module.exports.add = function(a, b) {
return a + b;
};
module.exports.multiply = function(a, b) {
return a * b;
};

2

package.json
{
"name": "lion-lib-23491",
"version": "1.0.0",
"version": "1.1.0",
"description": "",

@@ -5,0 +5,0 @@ "main": "index.js",