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

chance

Package Overview
Dependencies
Maintainers
1
Versions
65
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

chance - npm Package Compare versions

Comparing version 1.1.3 to 1.1.4

packages/bool/.nyc_output/bc3871a34aef356624c48d3ef66af1dc.json

2

bower.json
{
"name": "chance",
"version": "1.1.3",
"version": "1.1.4",
"main": "chance.js",

@@ -5,0 +5,0 @@ "ignore": [

@@ -22,3 +22,3 @@ # unique

chance.unique(chance.currency, 2, {
comparator: function(err, val) {
comparator: function(arr, val) {
return arr.reduce(function(acc, item) {

@@ -25,0 +25,0 @@ return acc || (item.code === val.code);

@@ -20,2 +20,3 @@ * [Chance](intro.md)

* [string](basics/string.md)
* [template](basics/template.md)
* Text

@@ -22,0 +23,0 @@ * [paragraph](text/paragraph.md)

{
"name": "chance",
"main": "./chance.js",
"version": "1.1.3",
"version": "1.1.4",
"description": "Chance - Utility library to generate anything random",

@@ -6,0 +6,0 @@ "homepage": "http://chancejs.com",

Sorry, the diff of this file is too big to display

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