Socket
Socket
Sign inDemoInstall

@types/chroma-js

Package Overview
Dependencies
Maintainers
1
Versions
44
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/chroma-js - npm Package Compare versions

Comparing version 1.4.1 to 1.4.2

5

chroma-js/index.d.ts

@@ -65,2 +65,4 @@ // Type definitions for Chroma.js 1.4

valid(color: any): boolean;
hsl(h: number, s: number, l: number): Color;

@@ -219,3 +221,4 @@

*/
alpha(a?: number): Color;
alpha(a: number): Color;
alpha(): number;

@@ -222,0 +225,0 @@ darken(f?: number): Color;

7

chroma-js/package.json
{
"name": "@types/chroma-js",
"version": "1.4.1",
"version": "1.4.2",
"description": "TypeScript definitions for Chroma.js",

@@ -22,8 +22,9 @@ "license": "MIT",

"type": "git",
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git"
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git",
"directory": "types/chroma-js"
},
"scripts": {},
"dependencies": {},
"typesPublisherContentHash": "c0b614b8f2d52752dccf5f14586528dae95c63ff1b0ac2c61b918106683a99c2",
"typesPublisherContentHash": "498b523026ea8a964b2f5cd6a9331ea6116acb7866a0e837a0005b3beb07403e",
"typeScriptVersion": "2.3"
}

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

Additional Details
* Last updated: Tue, 18 Dec 2018 18:54:28 GMT
* Last updated: Fri, 30 Aug 2019 00:57:05 GMT
* Dependencies: none

@@ -17,2 +17,2 @@ * Global values: chroma

# Credits
These definitions were written by Sebastian Brückner <https://github.com/invliD>, Marcin Pacholec <https://github.com/mpacholec>.
These definitions were written by Sebastian Brückner <https://github.com/invliD>, and Marcin Pacholec <https://github.com/mpacholec>.
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