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

looks-same

Package Overview
Dependencies
Maintainers
9
Versions
42
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

looks-same - npm Package Compare versions

Comparing version 8.2.4 to 9.0.0

17

CHANGELOG.md

@@ -5,2 +5,19 @@ # Changelog

## [9.0.0](https://github.com/gemini-testing/looks-same/compare/v8.2.4...v9.0.0) (2023-10-31)
### ⚠ BREAKING CHANGES
* node versions less than 18.0.0 are no longer supported
### Features
* drop node versions less than 18 ([1f0097c](https://github.com/gemini-testing/looks-same/commit/1f0097ca7e29e11ba19b82a821c726171505b446))
### Bug Fixes
* run linters ([9d839dd](https://github.com/gemini-testing/looks-same/commit/9d839dd016ac221e03264b2540150ab317c6c290))
* update sharp to fix CVE-2023-4863 ([9b3a0a1](https://github.com/gemini-testing/looks-same/commit/9b3a0a109f3676a0ea00ba1a0b16e1756a5e6bd1))
### [8.2.4](https://github.com/gemini-testing/looks-same/compare/v8.2.3...v8.2.4) (2023-10-11)

@@ -7,0 +24,0 @@

8

package.json
{
"name": "looks-same",
"version": "8.2.4",
"version": "9.0.0",
"description": "Pure node.js library for comparing PNG-images, taking into account human color perception.",

@@ -17,3 +17,3 @@ "main": "index.js",

"parse-color": "^1.0.0",
"sharp": "~0.30.7"
"sharp": "0.32.6"
},

@@ -25,3 +25,3 @@ "devDependencies": {

"eslint": "^5.3.0",
"eslint-config-gemini-testing": "^2.8.0",
"eslint-config-gemini-testing": "^3.0.0",
"gm": "^1.23.1",

@@ -42,3 +42,3 @@ "mocha": "^5.2.0",

"engines": {
"node": ">= 12.0.0"
"node": ">= 18.0.0"
},

@@ -45,0 +45,0 @@ "author": "Sergey Tatarintsev <sevinf@yandex-team.ru> (https://github.com/SevInf)",

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