Socket
Socket
Sign inDemoInstall

@flashtest/calculator

Package Overview
Dependencies
2
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.0 to 1.0.1

4

index.js

@@ -1,5 +0,5 @@

const addM = require("addition");
const subtrM = require("subtraction");
const addM = require("@flashtest/addition");
const subtrM = require("@flashtest/subtraction");
console.log(`Add: ${addM.add(4, 5)}`);
console.log(`Sub: ${subtrM.subtr(4, 5)}`);
{
"name": "@flashtest/calculator",
"version": "1.0.0",
"version": "1.0.1",
"description": "",

@@ -15,3 +15,7 @@ "main": "index.js",

},
"gitHead": "9f67095a5cb683de480eca1a9b3e21515c0daeaa"
"dependencies": {
"@flashtest/addition": "^1.0.1",
"@flashtest/subtraction": "^1.0.1"
},
"gitHead": "715d30abfcd6118e3367c99886cdaeadc6426aa9"
}
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