Socket
Socket
Sign inDemoInstall

imagejs

Package Overview
Dependencies
4
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.0.6 to 0.0.7

5

lib/bitmap.js

@@ -167,8 +167,9 @@ /**

readFile: function(filename, options) {
var self = this;
return Utils.fs.exists(filename)
.then(function(exists) {
if (exists) {
options = this._parseOptions(options, filename);
options = self._parseOptions(options, filename);
var stream = fs.createReadStream(filename);
return this.read(stream, options);
return self.read(stream, options);
} else {

@@ -175,0 +176,0 @@ throw new Error("File Not Found: " + filename);

2

package.json
{
"name": "imagejs",
"version": "0.0.6",
"version": "0.0.7",
"description": "Image Processor",

@@ -5,0 +5,0 @@ "private": false,

@@ -21,2 +21,8 @@ # ImageJS

<li>Performance Improvements</li>
<li>
Bug Fixes
<ul>
<li>readFile this bug</li>
</ul>
</li>
</ul>

@@ -23,0 +29,0 @@

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