@arclamp/baz
Advanced tools
Comparing version 0.1.0 to 0.2.0
11
index.js
var foo = require('@arclamp/foo'); | ||
var bar = require('@arclamp/bar'); | ||
module.exports = function (x, y) { | ||
function random (x, y) { | ||
return foo() * bar(x, y); | ||
} | ||
function nonrandom (x, y) { | ||
return 0.5 * bar(x, y); | ||
} | ||
module.exports = { | ||
random: random, | ||
nonrandom: nonrandom | ||
}; |
{ | ||
"name": "@arclamp/baz", | ||
"version": "0.1.0", | ||
"version": "0.2.0", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
Trivial Package
Supply chain riskPackages less than 10 lines of code are easily copied into your own project and may not warrant the additional supply chain risk of an external dependency.
Found 1 instance in 1 package
613
12
0