Comparing version 2.4.0 to 2.5.0
@@ -43,2 +43,3 @@ | ||
typeof fs.access === 'function' && api.push('access') | ||
typeof fs.mkdtemp === 'function' && api.push('mkdtemp') | ||
@@ -45,0 +46,0 @@ require('thenify-all').withCallback(fs, exports, api) |
2.5.0 / 2016-11-04 | ||
================== | ||
* feat: support fs.mkdtemp | ||
2.4.0 / 2016-03-23 | ||
@@ -3,0 +8,0 @@ ================== |
{ | ||
"name": "mz", | ||
"description": "modernize node.js to current ECMAScript standards", | ||
"version": "2.4.0", | ||
"version": "2.5.0", | ||
"author": { | ||
@@ -21,3 +21,3 @@ "name": "Jonathan Ong", | ||
"bluebird": "^3.0.0", | ||
"mocha": "^2.0.0" | ||
"mocha": "^3.0.0" | ||
}, | ||
@@ -24,0 +24,0 @@ "scripts": { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
9520
156