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.0.2 to 1.1.0

7

fs.js
var fs = require('fs')
var fs;
try {
fs = require('graceful-fs');
} catch(err) {
fs = require('fs');
}

@@ -4,0 +9,0 @@ require('./_promisify_all.js')(fs, exports, [

2

package.json
{
"name": "mz",
"description": "modernize node.js to current ECMAScript standards",
"version": "1.0.2",
"version": "1.1.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