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

chance-generators

Package Overview
Dependencies
Maintainers
1
Versions
59
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

chance-generators - npm Package Compare versions

Comparing version 1.13.0 to 1.14.0

7

lib/chance-generators.js

@@ -246,4 +246,9 @@ /*global define*/

var limits = copy(currentLimits)
limits.pool = data
var pool = {}
for (var i = 0; i < data.length; i += 1) {
pool[data[i]] = true
}
limits.pool = Object.keys(pool).join('')
if (data.length === 0) {

@@ -250,0 +255,0 @@ return that.identity(data)

2

package.json
{
"name": "chance-generators",
"version": "1.13.0",
"version": "1.14.0",
"description": "Random generators based on changejs",

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