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.0 to 1.1.1

4

chance/index.d.ts

@@ -21,7 +21,7 @@ // Type definitions for Chance 1.1

(): Chance;
(seed: Seed): Chance;
(...seed: Seed[]): Chance;
(generator: () => any): Chance;
new (): Chance;
new (seed: Seed): Chance;
new (...seed: Seed[]): Chance;
new (generator: () => any): Chance;

@@ -28,0 +28,0 @@ }

{
"name": "@types/chance",
"version": "1.1.0",
"version": "1.1.1",
"description": "TypeScript definitions for Chance",

@@ -52,4 +52,4 @@ "license": "MIT",

"dependencies": {},
"typesPublisherContentHash": "5e970b6776e3a6cd00d04698c9ddff4ef267cf8ab1f4acc070fac12a16ee717d",
"typeScriptVersion": "2.9"
"typesPublisherContentHash": "7f7509dc85e5856f2ec941bafecee1a7f89d612eb7eded36dd03cf300f056afd",
"typeScriptVersion": "3.3"
}

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

### Additional Details
* Last updated: Tue, 12 May 2020 20:04:02 GMT
* Last updated: Sun, 13 Dec 2020 02:16:20 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