Socket
Socket
Sign inDemoInstall

blueimp-canvas-to-blob

Package Overview
Dependencies
Maintainers
1
Versions
49
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

blueimp-canvas-to-blob - npm Package Compare versions

Comparing version 3.16.0 to 3.17.0

11

package.json
{
"name": "blueimp-canvas-to-blob",
"version": "3.16.0",
"version": "3.17.0",
"title": "JavaScript Canvas to Blob",

@@ -24,3 +24,2 @@ "description": "Canvas to Blob is a polyfill for the standard JavaScript canvas.toBlob method. It can be used to create Blob objects from an HTML canvas element.",

"devDependencies": {
"concurrently": "4",
"eslint": "6",

@@ -32,5 +31,2 @@ "eslint-config-blueimp": "1",

"prettier": "1",
"get-port-cli": "2",
"http-server": "0",
"mocha-chrome": "2",
"uglify-js": "3"

@@ -59,6 +55,5 @@ },

"lint": "eslint .",
"serve": "http-server . -a 127.0.0.1 -p $PORT -s",
"mocha": "mocha-chrome http://127.0.0.1:$PORT/test",
"unit": "PORT=$(get-port) concurrently -k -s first 'npm run serve' 'npm run mocha'",
"unit": "docker-compose run --rm mocha",
"test": "npm run lint && npm run unit",
"posttest": "docker-compose down -v",
"build": "cd js && uglifyjs canvas-to-blob.js -c -m -o canvas-to-blob.min.js --source-map url=canvas-to-blob.min.js.map",

@@ -65,0 +60,0 @@ "preversion": "npm test",

@@ -60,4 +60,4 @@ # JavaScript Canvas to Blob

In addition to the **canvas.toBlob** polyfill, the JavaScript Canvas to Blob
script provides one additional function called **dataURLtoBlob**, which is added
In addition to the `canvas.toBlob` polyfill, the JavaScript Canvas to Blob
script provides one additional function called `dataURLtoBlob`, which is added
to the global window object, unless the library is loaded via a module loader

@@ -64,0 +64,0 @@ like RequireJS, Browserify or webpack:

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