Socket
Socket
Sign inDemoInstall

@babel/plugin-transform-runtime

Package Overview
Dependencies
Maintainers
6
Versions
138
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.10.4 to 7.10.5

2

lib/index.js

@@ -233,3 +233,3 @@ "use strict";

context1 = path.scope.generateDeclaredUidIdentifier("context");
context2 = _core.types.assignmentExpression("=", context1, object);
context2 = _core.types.assignmentExpression("=", _core.types.cloneNode(context1), object);
}

@@ -236,0 +236,0 @@

{
"name": "@babel/plugin-transform-runtime",
"version": "7.10.4",
"version": "7.10.5",
"description": "Externalise references to helpers and builtins, automatically polyfilling your code without polluting globals",

@@ -32,3 +32,3 @@ "repository": {

"devDependencies": {
"@babel/core": "^7.10.4",
"@babel/core": "^7.10.5",
"@babel/helper-plugin-test-runner": "^7.10.4",

@@ -38,7 +38,7 @@ "@babel/helpers": "^7.10.4",

"@babel/preset-env": "^7.10.4",
"@babel/runtime": "^7.10.4",
"@babel/runtime": "^7.10.5",
"@babel/template": "^7.10.4",
"@babel/types": "^7.10.4"
"@babel/types": "^7.10.5"
},
"gitHead": "7fd40d86a0d03ff0e9c3ea16b29689945433d4df"
"gitHead": "f7964a9ac51356f7df6404a25b27ba1cffba1ba7"
}
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