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

mass-random

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mass-random - npm Package Compare versions

Comparing version 1.1.2 to 1.1.3

examples/BetterDayNight.js

3

index.js

@@ -68,4 +68,3 @@ module.exports = {

for (let key in this.stats){
weightings[key] = this.weightingCalculator(this.stats[key]);
console.log(key+': '+weightings[key]);
weightings[key] = this.weightingCalculator(this.stats[key], key);
}

@@ -72,0 +71,0 @@

{
"name": "mass-random",
"version": "1.1.2",
"version": "1.1.3",
"description": "nodejs random functions library",

@@ -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