Socket
Socket
Sign inDemoInstall

browser-image-manipulation

Package Overview
Dependencies
9
Maintainers
1
Versions
18
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.3.2 to 0.3.3

2

package.json
{
"name": "browser-image-manipulation",
"version": "0.3.2",
"version": "0.3.3",
"description": "Convert and manipulate image on JS in browser.",

@@ -5,0 +5,0 @@ "main": "dist/browser-image-manipulation.js",

@@ -50,7 +50,4 @@ import Pica from 'pica/dist/pica'

if (!(options.picaInit && options.picaInit.features)) {
if (!options.picaInit) {
options.picaInit = {}
}
options.picaInit.features = ['js']
if (!resizeOptions.picaInit.features) {
resizeOptions.picaInit.features = ['js']
}

@@ -57,0 +54,0 @@

Sorry, the diff of this file is too big to display

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc