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.12.0 to 3.12.1

4

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

@@ -41,3 +41,3 @@ "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.",

"mocha": "mocha-chrome http://127.0.0.1:$PORT/test",
"unit": "PORT=$(get-port) concurrently -k 'npm run serve' 'npm run mocha'",
"unit": "PORT=$(get-port) concurrently -k -s first 'npm run serve' 'npm run mocha'",
"test": "npm run lint && npm run unit",

@@ -44,0 +44,0 @@ "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",

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