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

canvas-compress

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

canvas-compress - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

8

package.json
{
"name": "canvas-compress",
"version": "1.0.0",
"version": "1.0.1",
"description": "image compress with canvas",

@@ -33,8 +33,8 @@ "main": "dist/canvas-compress.js",

"gulp-eslint": "^1.1.1",
"gulp-wrap-umd": "^0.2.1"
"gulp-wrap-umd": "^0.2.1",
"gulp-uglify": "^1.5.1"
},
"dependencies": {
"exif-js": "^2.1.1",
"gulp-uglify": "^1.5.1"
"exif-js": "^2.1.1"
}
}

@@ -39,3 +39,3 @@ # CanvasCompress

```javascript
import { CanvasCompress } from 'canvas-compress';
import CanvasCompress from 'canvas-compress';

@@ -42,0 +42,0 @@ let compressor = new CanvasCompress(options);

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