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.0 to 1.2.1

2

fs.js

@@ -43,3 +43,3 @@

// don't know enough about promises to do this haha
exports.exists = promisify('exists', function exists(filename, done) {
exports.exists = promisify(function exists(filename, done) {
fs.stat(filename, function (err) {

@@ -46,0 +46,0 @@ done(null, !err)

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

@@ -15,3 +15,3 @@ "name": "Jonathan Ong",

"native-or-bluebird": "1",
"thenify": "2",
"thenify": "3",
"thenify-all": "1"

@@ -22,3 +22,3 @@ },

"bluebird": "2",
"mocha": "1"
"mocha": "2"
},

@@ -25,0 +25,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