Socket
Socket
Sign inDemoInstall

color-seed

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

color-seed - npm Package Compare versions

Comparing version 1.1.1 to 1.1.2

2

package.json
{
"name": "color-seed",
"description": "Predictable colors generator from a seed",
"version": "1.1.1",
"version": "1.1.2",
"author": "Julien Bouquillon <julien@revolunet.com>",

@@ -6,0 +6,0 @@ "license": "MIT",

@@ -17,3 +17,3 @@ var seedrandom = require('seedrandom');

function getColors(seeds) {
return seeds.map(r => getColor(r));
return seeds.map(getColor);
}

@@ -20,0 +20,0 @@

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