Socket
Socket
Sign inDemoInstall

mz

Package Overview
Dependencies
Maintainers
1
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 0.1.1 to 0.1.2

.travis.yml

6

_promisify.js

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

var bloob = process.env.MDZ_BLUEBIRD
var bloob = process.env.MZ_BLUEBIRD
if (typeof Promise === 'undefined' || (bloob && !falsey[bloob])) {

@@ -19,3 +19,3 @@ // use bluebird

}
module.exports = function mdz_promisify(name, fn) {
module.exports = function mz_promisify(name, fn) {
return promisify(fn)

@@ -27,3 +27,3 @@ }

module.exports = function mdz_promisify(name, fn) {
module.exports = function mz_promisify(name, fn) {
// set(anonymous, name)

@@ -30,0 +30,0 @@ return anonymous

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