Socket
Socket
Sign inDemoInstall

@jimp/utils

Package Overview
Dependencies
Maintainers
2
Versions
246
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@jimp/utils - npm Package Compare versions

Comparing version 0.7.0 to 0.7.1-canary.770.193.0

index.d.ts

5

package.json
{
"name": "@jimp/utils",
"version": "0.7.0",
"version": "0.7.1-canary.770.193.0",
"description": "Utils for jimp extensions.",
"main": "dist/index.js",
"module": "es/index.js",
"types": "index.d.ts",
"scripts": {

@@ -24,3 +25,3 @@ "build": "npm run build:node:production && npm run build:module",

},
"gitHead": "cd5ff6a525c0e547fb0b8172a864d98c4ed7d5fd"
"gitHead": "4eaccc589bda6d67853184da55c7e22c74c75676"
}

9

README.md

@@ -59,5 +59,10 @@ <div align="center">

```js
for (const { x, y, idx, image } of scanIterator(image, 0, 0, image.bitmap.width, image.bitmap.height)) {
for (const { x, y, idx, image } of scanIterator(
image,
0,
0,
image.bitmap.width,
image.bitmap.height
)) {
}
```
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