Socket
Socket
Sign inDemoInstall

@babel/plugin-transform-modules-umd

Package Overview
Dependencies
Maintainers
6
Versions
78
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@babel/plugin-transform-modules-umd - npm Package Compare versions

Comparing version 7.7.0 to 7.7.4

4

lib/index.js

@@ -32,4 +32,4 @@ "use strict";

})(
typeof globalThis === "object" ? globalThis
: typeof self === "object" ? self
typeof globalThis !== "undefined" ? globalThis
: typeof self !== "undefined" ? self
: this,

@@ -36,0 +36,0 @@ function(IMPORT_NAMES) {

{
"name": "@babel/plugin-transform-modules-umd",
"version": "7.7.0",
"version": "7.7.4",
"description": "This plugin transforms ES2015 modules to UMD",

@@ -12,3 +12,3 @@ "repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-modules-umd",

"dependencies": {
"@babel/helper-module-transforms": "^7.7.0",
"@babel/helper-module-transforms": "^7.7.4",
"@babel/helper-plugin-utils": "^7.0.0"

@@ -23,6 +23,6 @@ },

"devDependencies": {
"@babel/core": "^7.7.0",
"@babel/helper-plugin-test-runner": "^7.0.0"
"@babel/core": "^7.7.4",
"@babel/helper-plugin-test-runner": "^7.7.4"
},
"gitHead": "97faa83953cb87e332554fa559a4956d202343ea"
"gitHead": "75767d87cb147709b9bd9b99bf44daa6688874a9"
}
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