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

@jimp/js-bmp

Package Overview
Dependencies
Maintainers
2
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@jimp/js-bmp - npm Package Compare versions

Comparing version 1.1.2 to 1.1.3--canary.34e8f3b.0

.turbo/turbo-lint.log

33

package.json
{
"name": "@jimp/js-bmp",
"version": "1.1.2",
"version": "1.1.3--canary.34e8f3b.0",
"repository": "jimp-dev/jimp",
"engines": {
"node": ">=18"
},
"scripts": {

@@ -16,14 +19,14 @@ "lint": "eslint .",

"devDependencies": {
"@jimp/config-eslint": "1.1.2",
"@jimp/config-typescript": "1.1.2",
"@jimp/config-vitest": "1.1.2",
"@jimp/js-png": "1.1.2",
"@jimp/test-utils": "1.1.2",
"@types/node": "^20.12.5",
"@vitest/browser": "^1.4.0",
"eslint": "^8.57.0",
"@jimp/config-eslint": "1.1.3--canary.34e8f3b.0",
"@jimp/config-typescript": "1.1.3--canary.34e8f3b.0",
"@jimp/config-vitest": "1.1.3--canary.34e8f3b.0",
"@jimp/js-png": "1.1.3--canary.34e8f3b.0",
"@jimp/test-utils": "1.1.3--canary.34e8f3b.0",
"@types/node": "^18.19.48",
"@vitest/browser": "^2.0.5",
"eslint": "^9.9.1",
"tshy": "^3.0.2",
"typescript": "^5.5.4",
"vite-plugin-node-polyfills": "^0.21.0",
"vitest": "^1.4.0"
"vite-plugin-node-polyfills": "^0.22.0",
"vitest": "^2.0.5"
},

@@ -56,5 +59,5 @@ "tshy": {

"dependencies": {
"@jimp/core": "1.1.2",
"@jimp/types": "1.1.2",
"@jimp/utils": "1.1.2",
"@jimp/core": "1.1.3--canary.34e8f3b.0",
"@jimp/types": "1.1.3--canary.34e8f3b.0",
"@jimp/utils": "1.1.3--canary.34e8f3b.0",
"bmp-ts": "^1.0.9"

@@ -67,3 +70,3 @@ },

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

@@ -50,3 +50,3 @@ import * as BMP from "bmp-ts";

image.data[index + 3] = red;
}
},
);

@@ -76,3 +76,3 @@

result.data[index + 3] = 0xff;
}
},
);

@@ -79,0 +79,0 @@

Sorry, the diff of this file is not supported yet

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