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

@vibrant/quantizer

Package Overview
Dependencies
Maintainers
2
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vibrant/quantizer - npm Package Compare versions

Comparing version 3.0.0 to 3.1.0-0

16

package.json
{
"name": "@vibrant/quantizer",
"version": "3.0.0",
"version": "3.1.0-0",
"description": "Helper and typings for writing a vibrant quantizer",
"scripts": {
"build:module": "tsc",
"test": "echo \"Error: no test specified\" && exit 1"

@@ -11,4 +10,11 @@ },

"types": "lib/index.d.ts",
"author": "",
"license": "ISC",
"author": {
"name": "akfish",
"email": "akfish@gmail.com"
},
"bugs": {
"url": "https://github.com/akfish/node-vibrant/issues"
},
"homepage": "https://github.com/akfish/node-vibrant",
"license": "MIT",
"dependencies": {

@@ -20,3 +26,3 @@ "@vibrant/types": "^3.0.0",

"devDependencies": {
"typescript": "latest"
"typescript": "^3.2.2"
},

@@ -23,0 +29,0 @@ "publishConfig": {

@@ -6,6 +6,6 @@ import { Pixels } from '@vibrant/image'

export interface QuantizerOptions {
colorCount: number;
colorCount: number
}
export interface Quantizer {
(pixels: Pixels, opts: QuantizerOptions): Resolvable<Array<Swatch>>;
(pixels: Pixels, opts: QuantizerOptions): Resolvable<Array<Swatch>>
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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