Socket
Socket
Sign inDemoInstall

tiff-to-png

Package Overview
Dependencies
0
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.0.1 to 2.0.2

10

package.json
{
"name": "tiff-to-png",
"version": "2.0.1",
"version": "2.0.2",
"description": "A batch converter for multipage tiff files to png (or any imagemagick supported type).",

@@ -30,8 +30,8 @@ "main": "./lib/convert.js",

"chai": "^4.2.0",
"eslint": "^5.11.1",
"eslint-config-airbnb-base": "^13.1.0",
"eslint": "^7.2.0",
"eslint-config-airbnb-base": "^14.1.0",
"istanbul": "^0.4.5",
"mocha": "^5.2.0",
"sinon": "^7.2.2"
"mocha": "^7.2.0",
"sinon": "^9.0.2"
}
}

@@ -17,3 +17,3 @@ const ConvertTiff = require('../lib/convert'),

let sandbox;
beforeEach(() => sandbox = sinon.sandbox.create());
beforeEach(() => sandbox = sinon.createSandbox());
afterEach(() => sandbox.restore());

@@ -20,0 +20,0 @@

Sorry, the diff of this file is not supported yet

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