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

chance-generators

Package Overview
Dependencies
Maintainers
2
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.15.3 to 1.16.0

4

lib/chance-generators.js

@@ -80,2 +80,6 @@ /*global define*/

mapGenerator.isMappedGenerator = true
mapGenerator.parentGenerator = generator
mapGenerator.mapFunction = f
mapGenerator.shrink = function (value) {

@@ -82,0 +86,0 @@ if (value === lastMappedValue) {

2

package.json
{
"name": "chance-generators",
"version": "1.15.3",
"version": "1.16.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