Socket
Socket
Sign inDemoInstall

mz

Package Overview
Dependencies
Maintainers
2
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 1.2.1 to 1.3.0

9

fs.js

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

require('thenify-all')(fs, exports, [
var api = [
'rename',

@@ -39,4 +39,9 @@ 'ftruncate',

'appendFile',
])
]
var access = fs.access
typeof access === 'function' && api.push('access')
require('thenify-all')(fs, exports, api)
var promisify = require('thenify')

@@ -43,0 +48,0 @@

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

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

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