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

images

Package Overview
Dependencies
Maintainers
2
Versions
32
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

images - npm Package Compare versions

Comparing version 2.1.5 to 2.1.6

14

binding.js
'use strict';
var fs = require('fs');
var buildModule = __dirname + '/build/Release/binding.node';
if (fs.existsSync(buildModule)) {
try {
module.exports = require(buildModule);
} catch (e) {
console.log('Cant\'t load `.node` module ' + buildModule);
throw e;
}
return;
}
function compiler(a, b) {

@@ -5,0 +19,0 @@

2

package.json
{
"name": "images",
"version": "2.1.5",
"version": "2.1.6",
"description": "Cross-platform image decoder(png/jpeg/gif) and encoder(png/jpeg) for Node.js",

@@ -5,0 +5,0 @@ "main": "index.js",

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