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

@jimp/plugin-color

Package Overview
Dependencies
Maintainers
2
Versions
243
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@jimp/plugin-color - npm Package Compare versions

Comparing version 0.17.6 to 0.17.7

13

CHANGELOG.md

@@ -0,1 +1,14 @@

# v0.17.6 (Sat Feb 04 2023)
#### 🐛 Bug Fix
- Fix types not assignable to 'ColorActionName'. [#1086](https://github.com/jimp-dev/jimp/pull/1086) ([@lucyyyyyyy](https://github.com/lucyyyyyyy) [@hipstersmoothie](https://github.com/hipstersmoothie))
#### Authors: 2
- Andrew Lisowski ([@hipstersmoothie](https://github.com/hipstersmoothie))
- Lucy ([@lucyyyyyyy](https://github.com/lucyyyyyyy))
---
# v0.17.3 (Sat Feb 04 2023)

@@ -2,0 +15,0 @@

4

index.d.ts

@@ -11,3 +11,5 @@ import { ImageCallback } from "@jimp/core";

| "blue"
| "hue";
| "hue"
| "lighten"
| "darken";

@@ -14,0 +16,0 @@ type ColorAction = {

{
"name": "@jimp/plugin-color",
"version": "0.17.6",
"version": "0.17.7",
"description": "Bitmap manipulation to adjust the color in an image.",

@@ -24,9 +24,9 @@ "main": "dist/index.js",

"@babel/runtime": "^7.7.2",
"@jimp/utils": "^0.17.6",
"@jimp/utils": "^0.17.7",
"tinycolor2": "^1.4.1"
},
"devDependencies": {
"@jimp/custom": "^0.17.6",
"@jimp/test-utils": "^0.17.6",
"@jimp/types": "^0.17.6"
"@jimp/custom": "^0.17.7",
"@jimp/test-utils": "^0.17.7",
"@jimp/types": "^0.17.7"
},

@@ -39,3 +39,3 @@ "peerDependencies": {

},
"gitHead": "ce35a2fc40dc8e02b2b67225fe8f752e7e1cdb0e"
"gitHead": "b7b4d06f0c87f145fe13a9068785dc42404155ab"
}
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