Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

mathematics

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mathematics - npm Package Compare versions

Comparing version 0.0.3 to 0.0.4

4

lib/advanced_math.js
var call_counter = require('./call_counter');
var add = require('./simple_math');
var add = require('./simple_math.js');

@@ -26,3 +26,3 @@ function multiply(x, y) {

}
result = addition(first, second);
result = add.addition(first, second);
if(counter == count) return result;

@@ -29,0 +29,0 @@ private_fibo(count, ++counter, second, result);

{
"name": "mathematics",
"version": "0.0.3",
"version": "0.0.4",
"description": "An example of creating a package",

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