New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@arclamp/baz

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@arclamp/baz - npm Package Compare versions

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
};

2

package.json
{
"name": "@arclamp/baz",
"version": "0.1.0",
"version": "0.2.0",
"description": "",

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