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.1.0 to 1.2.0

2

child_process.js
require('./_promisify_all')(
require('thenify-all')(
require('child_process'),

@@ -4,0 +4,0 @@ exports, [

require('./_promisify_all')(
require('thenify-all')(
require('crypto'),

@@ -4,0 +4,0 @@ exports, [

require('./_promisify_all')(
require('thenify-all')(
require('dns'),

@@ -4,0 +4,0 @@ exports, [

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

require('./_promisify_all.js')(fs, exports, [
require('thenify-all')(fs, exports, [
'rename',

@@ -41,3 +41,3 @@ 'ftruncate',

var promisify = require('./_promisify.js')
var promisify = require('thenify')

@@ -44,0 +44,0 @@ // don't know enough about promises to do this haha

1.2.0 / 2014-12-16
==================
* refactor promisification to `thenify` and `thenify-all`
1.1.0 / 2014-11-14
==================
* use `graceful-fs` if available
1.0.1 / 2014-08-18
==================
* don't use `bluebird.promisify()` - unnecessarily wraps runtime errors, causing issues
1.0.0 / 2014-06-18

@@ -3,0 +18,0 @@ ==================

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

@@ -14,3 +14,5 @@ "name": "Jonathan Ong",

"dependencies": {
"native-or-bluebird": "1"
"native-or-bluebird": "1",
"thenify": "2",
"thenify-all": "1"
},

@@ -26,3 +28,17 @@ "devDependencies": {

"test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter dot"
}
},
"keywords": [
"promisify",
"promise",
"thenify",
"then",
"es6"
],
"files": [
"child_process.js",
"crypto.js",
"dns.js",
"fs.js",
"zlib.js"
]
}
require('./_promisify_all')(
require('thenify-all')(
require('zlib'),

@@ -4,0 +4,0 @@ exports, [

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