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.6.0 to 2.7.0

2

crypto.js

@@ -6,5 +6,5 @@

'pbkdf2',
'randomBytes',
'pseudoRandomBytes',
'randomBytes'
]
)

@@ -9,9 +9,9 @@

'resolve6',
'resolveCname',
'resolveMx',
'resolveNs',
'resolveSrv',
'resolveTxt',
'resolveSrv',
'resolveNs',
'resolveCname',
'reverse',
'reverse'
]
)

@@ -11,35 +11,36 @@

var api = [
'rename',
'ftruncate',
'appendFile',
'chmod',
'chown',
'close',
'fchmod',
'fchown',
'fdatasync',
'fstat',
'fsync',
'ftruncate',
'futimes',
'lchown',
'chmod',
'fchmod',
'stat',
'link',
'lstat',
'fstat',
'link',
'symlink',
'mkdir',
'open',
'read',
'readFile',
'readdir',
'readlink',
'realpath',
'rename',
'rmdir',
'stat',
'symlink',
'truncate',
'unlink',
'rmdir',
'mkdir',
'readdir',
'close',
'open',
'utimes',
'futimes',
'fsync',
'fdatasync',
'write',
'read',
'readFile',
'writeFile',
'appendFile',
'truncate',
'writeFile'
]
typeof fs.access === 'function' && api.push('access')
typeof fs.copyFile === 'function' && api.push('copyFile')
typeof fs.mkdtemp === 'function' && api.push('mkdtemp')

@@ -46,0 +47,0 @@

2.7.0 / 2017-09-13
==================
* feat: support fs.copyFile (#58)
2.6.0 / 2016-11-22

@@ -3,0 +8,0 @@ ==================

{
"name": "mz",
"description": "modernize node.js to current ECMAScript standards",
"version": "2.6.0",
"version": "2.7.0",
"author": {

@@ -6,0 +6,0 @@ "name": "Jonathan Ong",

@@ -53,3 +53,3 @@

- `dns`
- `fs`
- `fs` (uses `graceful-fs` if available)
- `readline`

@@ -105,4 +105,4 @@ - `zlib`

[license-image]: http://img.shields.io/npm/l/mz.svg?style=flat-square
[license-url]: LICENSE.md
[license-url]: LICENSE
[downloads-image]: http://img.shields.io/npm/dm/mz.svg?style=flat-square
[downloads-url]: https://npmjs.org/package/mz
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