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

@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.7.0 to 0.7.1-canary.770.193.0

index.d.ts

7

package.json
{
"name": "@jimp/custom",
"version": "0.7.0",
"version": "0.7.1-canary.770.193.0",
"description": "Interface to customize jimp configuration",
"main": "dist/index.js",
"module": "es/index.js",
"types": "index.d.ts",
"scripts": {

@@ -19,3 +20,3 @@ "build": "npm run build:node:production && npm run build:module",

"dependencies": {
"@jimp/core": "^0.7.0",
"@jimp/core": "0.7.1-canary.770.193.0",
"core-js": "^2.5.7"

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

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

@@ -72,3 +72,3 @@ <div align="center">

This function must return and array whose first element is the mime type and second element is an array of valid file extensions.
This function must return an object whose key is the mime type and value is an array of valid file extensions.

@@ -81,3 +81,3 @@ ```js

export default () => ({
mime: [MIME_TYPE, ['spec', 'special']],
mime: {[MIME_TYPE], ['spec', 'special']},

@@ -84,0 +84,0 @@ constants: {

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