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.4 to 0.1.5

2

_promisify_all.js

@@ -21,5 +21,5 @@

var desc = Object.getOwnPropertyDescriptor(source, name)
if (!desc.get) return false
if (!desc || !desc.get) return false
if (desc.get.name === 'deprecated') return true
return false
}
{
"name": "mz",
"description": "modernize node.js to current ECMAScript standards",
"version": "0.1.4",
"version": "0.1.5",
"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