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

@jimp/plugin-blit

Package Overview
Dependencies
Maintainers
0
Versions
241
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@jimp/plugin-blit - npm Package Compare versions

Comparing version 1.3.0 to 1.4.0

12

CHANGELOG.md

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

# v1.4.0 (Sat Sep 07 2024)
#### 📝 Documentation
- Misc doc updates [#1334](https://github.com/jimp-dev/jimp/pull/1334) ([@hipstersmoothie](https://github.com/hipstersmoothie))
#### Authors: 1
- Andrew Lisowski ([@hipstersmoothie](https://github.com/hipstersmoothie))
---
# v1.1.3 (Mon Sep 02 2024)

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

2

dist/commonjs/index.d.ts

@@ -112,3 +112,3 @@ import { JimpClass } from "@jimp/types";

*
* image.blit(parrot, x, y);
* image.blit({ src: parrot, x: 10, y: 10 });
* ```

@@ -115,0 +115,0 @@ */

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

*
* image.blit(parrot, x, y);
* image.blit({ src: parrot, x: 10, y: 10 });
* ```

@@ -39,0 +39,0 @@ */

@@ -112,3 +112,3 @@ import { JimpClass } from "@jimp/types";

*
* image.blit(parrot, x, y);
* image.blit({ src: parrot, x: 10, y: 10 });
* ```

@@ -115,0 +115,0 @@ */

@@ -33,3 +33,3 @@ import { JimpClassSchema } from "@jimp/types";

*
* image.blit(parrot, x, y);
* image.blit({ src: parrot, x: 10, y: 10 });
* ```

@@ -36,0 +36,0 @@ */

{
"name": "@jimp/plugin-blit",
"version": "1.3.0",
"version": "1.4.0",
"repository": "jimp-dev/jimp",

@@ -19,14 +19,14 @@ "engines": {

"dependencies": {
"@jimp/types": "1.3.0",
"@jimp/utils": "1.3.0",
"@jimp/types": "1.4.0",
"@jimp/utils": "1.4.0",
"zod": "^3.23.8"
},
"devDependencies": {
"@jimp/config-eslint": "1.3.0",
"@jimp/config-typescript": "1.3.0",
"@jimp/config-vitest": "1.3.0",
"@jimp/core": "1.3.0",
"@jimp/js-jpeg": "1.3.0",
"@jimp/js-png": "1.3.0",
"@jimp/test-utils": "1.3.0",
"@jimp/config-eslint": "1.4.0",
"@jimp/config-typescript": "1.4.0",
"@jimp/config-vitest": "1.4.0",
"@jimp/core": "1.4.0",
"@jimp/js-jpeg": "1.4.0",
"@jimp/js-png": "1.4.0",
"@jimp/test-utils": "1.4.0",
"@vitest/browser": "^2.0.5",

@@ -69,3 +69,3 @@ "eslint": "^9.9.1",

"module": "./dist/esm/index.js",
"gitHead": "fb52a357ac774d6314a319fe43f8d0d022ac214c"
"gitHead": "c1b91e9007f17d0702894bd9bfab8215cff764f9"
}

@@ -40,3 +40,3 @@ import { JimpClass, JimpClassSchema } from "@jimp/types";

*
* image.blit(parrot, x, y);
* image.blit({ src: parrot, x: 10, y: 10 });
* ```

@@ -43,0 +43,0 @@ */

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