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

@vibrant/image

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/image - npm Package Compare versions

Comparing version 3.2.0-alpha to 3.2.1-alpha.1

2

lib/histogram.d.ts

@@ -16,5 +16,5 @@ import { Pixels } from './index';

private _colorCount;
readonly colorCount: number;
get colorCount(): number;
getColorIndex: (r: number, g: number, b: number) => number;
constructor(pixels: Pixels, opts: HistogramOptions);
}

@@ -68,3 +68,3 @@ "use strict";

get: function () { return this._colorCount; },
enumerable: true,
enumerable: false,
configurable: true

@@ -71,0 +71,0 @@ });

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.applyFilters = exports.ImageBase = void 0;
var ImageBase = /** @class */ (function () {

@@ -4,0 +5,0 @@ function ImageBase() {

{
"name": "@vibrant/image",
"version": "3.2.0-alpha",
"version": "3.2.1-alpha.1",
"description": "Helpers and typings for writing a vibrant ImageClass",

@@ -20,12 +20,13 @@ "scripts": {

"dependencies": {
"@vibrant/color": "^3.2.0-alpha",
"@vibrant/types": "^3.2.0-alpha"
"@vibrant/color": "^3.2.1-alpha.1",
"@vibrant/types": "^3.2.1-alpha.1"
},
"devDependencies": {
"@types/node": "^10.12.18",
"typescript": "^3.2.2"
"typescript": "^3.7.2"
},
"publishConfig": {
"access": "public"
}
},
"gitHead": "e667d4c12e1de66e251d451710b093e9cb4630c2"
}

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