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

@jimp/custom

Package Overview
Dependencies
Maintainers
2
Versions
219
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@jimp/custom - npm Package Compare versions

Comparing version 0.5.0 to 0.5.1

6

package.json
{
"name": "@jimp/custom",
"version": "0.5.0",
"version": "0.5.1",
"description": "Interface to customize jimp configuration",

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

"dependencies": {
"@jimp/core": "^0.5.0",
"@jimp/core": "^0.5.1",
"core-js": "^2.5.7"

@@ -26,3 +26,3 @@ },

},
"gitHead": "fbbe0b7da5a9dcf8da35e2dfb2e8265ca850435c"
"gitHead": "b23ab92550336eed5d4ac422564c7c63ea280c73"
}

@@ -8,2 +8,19 @@ <div align="center">

## Useful Defaults
The following wil configure a `jimp` instance with the same functionality as the main `jimp` package.
```js
import configure from '@jimp/custom';
// all of jimp's default types
import types from '@jimp/types';
// all of jimp's default types
import plugins from '@jimp/plugins';
configure({
types: [types],
plugins: [plugins]
});
```
## Available Methods

@@ -10,0 +27,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