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

@types/chance

Package Overview
Dependencies
Maintainers
1
Versions
36
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/chance - npm Package Compare versions

Comparing version 0.7.29 to 0.7.30

8

chance/index.d.ts

@@ -117,4 +117,12 @@ // Type definitions for Chance 0.7.3

pad(num: number, width: number, padChar?: string): string;
/**
* @deprecated Use pickone
*/
pick<T>(arr: T[]): T;
pickone<T>(arr: T[]): T;
/**
* @deprecated Use pickset
*/
pick<T>(arr: T[], count: number): T[];
pickset<T>(arr: T[], count: number): T[];
set: Setter;

@@ -121,0 +129,0 @@ shuffle<T>(arr: T[]): T[];

4

chance/package.json
{
"name": "@types/chance",
"version": "0.7.29",
"version": "0.7.30",
"description": "TypeScript definitions for Chance 0.7.3",

@@ -15,3 +15,3 @@ "license": "MIT",

"typings": "index.d.ts",
"typesPublisherContentHash": "2a124aec8152dc138457a82f3a5b2fdc262f540ab3d29de5531ab71eeacf5e9d"
"typesPublisherContentHash": "c79d9d9bad6d9bcd0ea6ab5a72d895f7e01d418d49ddd8a890e830ed7a98a447"
}

@@ -11,3 +11,3 @@ # Installation

Additional Details
* Last updated: Mon, 19 Sep 2016 16:15:24 GMT
* Last updated: Wed, 21 Sep 2016 20:25:54 GMT
* File structure: Mixed

@@ -14,0 +14,0 @@ * Library Dependencies: none

@@ -25,3 +25,3 @@ {

"hasPackageJson": false,
"contentHash": "2a124aec8152dc138457a82f3a5b2fdc262f540ab3d29de5531ab71eeacf5e9d"
"contentHash": "c79d9d9bad6d9bcd0ea6ab5a72d895f7e01d418d49ddd8a890e830ed7a98a447"
}
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