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

@jimp/core

Package Overview
Dependencies
Maintainers
2
Versions
240
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@jimp/core - npm Package Compare versions

Comparing version 0.3.7 to 0.3.8

7

package.json
{
"name": "@jimp/core",
"version": "0.3.7",
"version": "0.3.8",
"description": "Jimp core",

@@ -36,3 +36,3 @@ "main": "dist/index.js",

"dependencies": {
"@jimp/utils": "^0.3.7",
"@jimp/utils": "^0.3.8",
"any-base": "^1.1.0",

@@ -54,3 +54,4 @@ "buffer": "^5.2.0",

"access": "public"
}
},
"gitHead": "e04f0bb3d755b18136b00ccefc02497b7581a828"
}

@@ -1,4 +0,10 @@

# @jimp/core
<div align="center">
<a href="https://intuit.github.io/Ignite/">
<img width="200" height="200"
src="https://s3.amazonaws.com/pix.iemoji.com/images/emoji/apple/ios-11/256/crayon.png">
</a>
<h1>@jimp/core</h1>
</div>
The main Jimp class. This class can be extended with types and bitmap manipulation functions. Out of the box it supports no image types.
The main Jimp class. This class can be extended with types and bitmap manipulation functions. Out of the box it does not support any image type.

@@ -17,3 +23,3 @@ ## Available Methods

addConstants({
MIME_SPECIAL: 'image/special'
MIME_SPECIAL: 'image/special'
});

@@ -20,0 +26,0 @@ ```

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