Socket
Socket
Sign inDemoInstall

mz

Package Overview
Dependencies
Maintainers
8
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mz - npm Package Compare versions

Comparing version 2.4.0 to 2.5.0

1

fs.js

@@ -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 @@ ==================

4

package.json
{
"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": {

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