You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 7-8.RSVP
Socket
Socket
Sign inDemoInstall

@babel/plugin-transform-runtime

Package Overview
Dependencies
Maintainers
4
Versions
137
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 8.0.0-alpha.5 to 8.0.0-alpha.6

2

lib/index.js

@@ -9,3 +9,3 @@ import { declare } from "@babel/helper-plugin-utils";

export default declare((api, options, dirname) => {
api.assertVersion("8.0.0-alpha.5");
api.assertVersion("8.0.0-alpha.6");
const {

@@ -12,0 +12,0 @@ helpers: useRuntimeHelpers = true,

{
"name": "@babel/plugin-transform-runtime",
"version": "8.0.0-alpha.5",
"version": "8.0.0-alpha.6",
"description": "Externalise references to helpers and builtins, automatically polyfilling your code without polluting globals",

@@ -23,19 +23,19 @@ "repository": {

"dependencies": {
"@babel/helper-module-imports": "^8.0.0-alpha.5",
"@babel/helper-plugin-utils": "^8.0.0-alpha.5",
"babel-plugin-polyfill-corejs2": "^0.4.7",
"babel-plugin-polyfill-corejs3": "^0.8.7",
"babel-plugin-polyfill-regenerator": "^0.5.4",
"@babel/helper-module-imports": "^8.0.0-alpha.6",
"@babel/helper-plugin-utils": "^8.0.0-alpha.6",
"babel-plugin-polyfill-corejs2": "^0.4.8",
"babel-plugin-polyfill-corejs3": "^0.9.0",
"babel-plugin-polyfill-regenerator": "^0.5.5",
"semver": "^7.3.4"
},
"peerDependencies": {
"@babel/core": "^8.0.0-alpha.5"
"@babel/core": "^8.0.0-alpha.6"
},
"devDependencies": {
"@babel/core": "^8.0.0-alpha.5",
"@babel/helper-plugin-test-runner": "^8.0.0-alpha.5",
"@babel/helpers": "^8.0.0-alpha.5",
"@babel/preset-env": "^8.0.0-alpha.5",
"@babel/runtime": "^8.0.0-alpha.5",
"@babel/runtime-corejs3": "^8.0.0-alpha.5"
"@babel/core": "^8.0.0-alpha.6",
"@babel/helper-plugin-test-runner": "^8.0.0-alpha.6",
"@babel/helpers": "^8.0.0-alpha.6",
"@babel/preset-env": "^8.0.0-alpha.6",
"@babel/runtime": "^8.0.0-alpha.6",
"@babel/runtime-corejs3": "^8.0.0-alpha.6"
},

@@ -42,0 +42,0 @@ "homepage": "https://babel.dev/docs/en/next/babel-plugin-transform-runtime",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc