Socket
Book a DemoSign in
Socket

@babel/plugin-transform-runtime

Package Overview
Dependencies
Maintainers
6
Versions
163
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@babel/plugin-transform-runtime - npm Package Compare versions

Comparing version
7.7.6
to
7.8.0
+13
-12
package.json
{
"name": "@babel/plugin-transform-runtime",
"version": "7.7.6",
"version": "7.8.0",
"description": "Externalise references to helpers and builtins, automatically polyfilling your code without polluting globals",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-runtime",
"license": "MIT",
"type": "commonjs",
"publishConfig": {

@@ -15,4 +16,4 @@ "access": "public"

"dependencies": {
"@babel/helper-module-imports": "^7.7.4",
"@babel/helper-plugin-utils": "^7.0.0",
"@babel/helper-module-imports": "^7.8.0",
"@babel/helper-plugin-utils": "^7.8.0",
"resolve": "^1.8.1",

@@ -25,12 +26,12 @@ "semver": "^5.5.1"

"devDependencies": {
"@babel/core": "^7.7.5",
"@babel/helper-plugin-test-runner": "^7.7.4",
"@babel/helpers": "^7.7.4",
"@babel/plugin-transform-typeof-symbol": "^7.7.4",
"@babel/preset-env": "^7.7.6",
"@babel/runtime": "^7.7.6",
"@babel/template": "^7.7.4",
"@babel/types": "^7.7.4"
"@babel/core": "^7.8.0",
"@babel/helper-plugin-test-runner": "^7.8.0",
"@babel/helpers": "^7.8.0",
"@babel/plugin-transform-typeof-symbol": "^7.8.0",
"@babel/preset-env": "^7.8.0",
"@babel/runtime": "^7.8.0",
"@babel/template": "^7.8.0",
"@babel/types": "^7.8.0"
},
"gitHead": "f753c48f74e9556265796806370fdf104e8147eb"
"gitHead": "2486615a74580283c49475d66067bd7fcab3330e"
}