Socket
Socket
Sign inDemoInstall

resin-image-fs

Package Overview
Dependencies
98
Maintainers
1
Versions
32
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 5.0.3 to 5.0.4

12

build/utils.js
// Generated by CoffeeScript 1.12.7
var Promise, assert, chalk, util;
var Promise;
Promise = require('bluebird');
assert = require('assert');
util = require('util');
chalk = require('chalk');
exports.expect = function(input, output) {
return assert.deepEqual(input, output, chalk.red("Expected " + (util.inspect(input)) + " to equal " + (util.inspect(output))));
};
exports.extract = function(stream) {

@@ -17,0 +7,0 @@ return new Promise(function(resolve, reject) {

4

CHANGELOG.md

@@ -7,2 +7,6 @@ # Change Log

## v5.0.4 - 2018-05-01
* Don't require chalk in utils.coffee #41 [Alexis Svinartchouk]
## v5.0.3 - 2018-04-30

@@ -9,0 +13,0 @@

{
"name": "resin-image-fs",
"version": "5.0.3",
"version": "5.0.4",
"description": "Resin.io image filesystem manipulation utilities",

@@ -5,0 +5,0 @@ "main": "build/imagefs.js",

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