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 9.0.0 to 10.0.0-rc.0

9

CHANGELOG.md

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

## [10.0.0-rc.0](https://github.com/gemini-testing/looks-same/compare/v9.0.0...v10.0.0-rc.0) (2024-03-07)
### ⚠ BREAKING CHANGES
* node versions less than 18.17.0 are no longer supported
* drop node versions less than 18.17.0 ([402cfe0](https://github.com/gemini-testing/looks-same/commit/402cfe08b11796c86572cf6de454c8583792d461))
## [9.0.0](https://github.com/gemini-testing/looks-same/compare/v8.2.4...v9.0.0) (2023-10-31)

@@ -7,0 +16,0 @@

6

package.json
{
"name": "looks-same",
"version": "9.0.0",
"version": "10.0.0-rc.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.32.6"
"sharp": "0.33.2"
},

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

"engines": {
"node": ">= 18.0.0"
"node": "^18.17.0 || ^20.3.0 || >=21.0.0"
},

@@ -44,0 +44,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