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.3 to 2.1.4

8

binding.js

@@ -25,3 +25,5 @@

var bindingMap = require('./package.json').bindingMap;
var pkgInf = require('./package.json');
var bindingMap = pkgInf.bindingMap;
var bugUrl = pkgInf['bugs'] ? (pkgInf['bugs']['url'] || '') : '';

@@ -40,3 +42,3 @@ for ( var i in bindingMap) {

} catch ( e ) {
throw new Error('Can\'t load the addon. Issue to: https://github.com/zhangyuanwei/issues. ' + e.stack);
throw new Error('Can\'t load the addon. Issue to: ' + bugUrl + ' ' + e.stack);
}

@@ -47,2 +49,2 @@ }

throw new Error('Can\'t load the addon. Issue to: https://github.com/zhangyuanwei/issues.');
throw new Error('Can\'t load the addon. Issue to: ' + bugUrl);
{
"name": "images",
"version": "2.1.3",
"version": "2.1.4",
"description": "Cross-platform image decoder(png/jpeg/gif) and encoder(png/jpeg) for Node.js",

@@ -23,3 +23,3 @@ "main": "index.js",

"test": "node test.js",
"install": "node -e \"\""
"install": "echo \"Hello, World.\""
},

@@ -26,0 +26,0 @@ "repository": {

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