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 1.1.2 to 1.1.3

16

chance/index.d.ts

@@ -276,12 +276,12 @@ // Type definitions for Chance 1.1

interface DateOptions {
string?: boolean;
american?: boolean;
year?: number;
month?: number;
day?: number;
min?: Date;
max?: Date;
string?: boolean | undefined;
american?: boolean | undefined;
year?: number | undefined;
month?: number | undefined;
day?: number | undefined;
min?: Date | undefined;
max?: Date | undefined;
}
type UniqueOptions<T> = { comparator?: (array: T[], value: T) => boolean } & Options;
type UniqueOptions<T> = { comparator?: ((array: T[], value: T) => boolean) | undefined } & Options;

@@ -288,0 +288,0 @@ interface Month {

{
"name": "@types/chance",
"version": "1.1.2",
"version": "1.1.3",
"description": "TypeScript definitions for Chance",
"homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/chance",
"license": "MIT",

@@ -52,4 +53,4 @@ "contributors": [

"dependencies": {},
"typesPublisherContentHash": "e3df8b64f382c3184a987219cd5d632254aec3a591c84a4ca2b50437216e2b7f",
"typeScriptVersion": "3.5"
"typesPublisherContentHash": "efc971adc1c74f687202ed7ca25b33006cb661919edd880aa75e0e504c19befd",
"typeScriptVersion": "3.6"
}

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

### Additional Details
* Last updated: Sat, 22 May 2021 06:01:20 GMT
* Last updated: Tue, 06 Jul 2021 18:05:50 GMT
* Dependencies: none

@@ -14,0 +14,0 @@ * Global values: none

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