Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

@jimp/test-utils

Package Overview
Dependencies
Maintainers
2
Versions
245
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@jimp/test-utils - npm Package Compare versions

Comparing version
1.1.3--canary.34e8f3b.0
to
1.1.3
+12
-0
CHANGELOG.md

@@ -0,1 +1,13 @@

# v1.1.3 (Mon Sep 02 2024)
#### 🐛 Bug Fix
- Update deps [#1319](https://github.com/jimp-dev/jimp/pull/1319) ([@hipstersmoothie](https://github.com/hipstersmoothie))
#### Authors: 1
- Andrew Lisowski ([@hipstersmoothie](https://github.com/hipstersmoothie))
---
# v1.1.0 (Sun Sep 01 2024)

@@ -2,0 +14,0 @@

+5
-5
{
"name": "@jimp/test-utils",
"version": "1.1.3--canary.34e8f3b.0",
"version": "1.1.3",
"repository": "jimp-dev/jimp",

@@ -17,3 +17,3 @@ "engines": {

"dependencies": {
"@jimp/types": "1.1.3--canary.34e8f3b.0",
"@jimp/types": "1.1.3",
"buffer": "^6.0.3",

@@ -23,4 +23,4 @@ "jest-image-snapshot": "^6.4.0"

"devDependencies": {
"@jimp/config-eslint": "1.1.3--canary.34e8f3b.0",
"@jimp/config-typescript": "1.1.3--canary.34e8f3b.0",
"@jimp/config-eslint": "1.1.3",
"@jimp/config-typescript": "1.1.3",
"@types/jest-image-snapshot": "^6.4.0",

@@ -74,3 +74,3 @@ "@types/node": "^18.19.48",

"module": "./dist/esm/index.js",
"gitHead": "34e8f3bbb3f0392953c609a6d4f6e4ec4acb092e"
"gitHead": "737b2300a34f8ed29a0b77e02b3f6eeda58ec439"
}