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

m-io

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

m-io - npm Package Compare versions

Comparing version 0.1.0 to 0.1.1

5

CHANGELOG.md
# Release notes for `m-io`
<a name="current-release"></a>
# Version 0.1.1 (Fri, 11 Nov 2016 14:09:16 GMT)
* [007f9f0](https://github.com/nknapp/m-io/commit/007f9f0) Remove console.log - Nils Knappmeier
# Version 0.1.0 (Fri, 22 Jul 2016 23:36:27 GMT)

@@ -5,0 +10,0 @@

1

fs.js

@@ -47,3 +47,2 @@ /*!

var flags = optionsFrom(options).flags
console.log(flags)
return Q.ninvoke(fs, 'readFile', aPath, {

@@ -50,0 +49,0 @@ encoding: flags === 'b' ? null : 'utf-8'

{
"name": "m-io",
"version": "0.1.0",
"version": "0.1.1",
"description": "(Incomplete) replacement for q-io",

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

@@ -81,3 +81,2 @@ # m-io

'city/usa/new-york.md' ]
undefined
Read file contents: New York is huge

@@ -103,3 +102,3 @@ Done

## fs
### fs

@@ -113,3 +112,3 @@ * [fs](#module_fs)

### .listTree(directoryPath, filter) ⇒ <code>Promise.&lt;Array.&lt;string&gt;&gt;</code>
#### .listTree(directoryPath, filter) ⇒ <code>Promise.&lt;Array.&lt;string&gt;&gt;</code>
Custom implementation of [q-io/fs#listTree](http://documentup.com/kriskowal/q-io#listtreepath-guardpath-stat)

@@ -128,3 +127,3 @@ to avoid dependency on q-io

### .makeTree(aPath, [mode])
#### .makeTree(aPath, [mode])
Replacement for [q-io/fs#makeTree](http://documentup.com/kriskowal/q-io#maketreepath-mode)

@@ -141,3 +140,3 @@

### .read(aPath)
#### .read(aPath)
Replacement for [q-io/fs#read](http://documentup.com/kriskowal/q-io#readpath-options)

@@ -144,0 +143,0 @@

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