Socket
Socket
Sign inDemoInstall

@babel/runtime-corejs2

Package Overview
Dependencies
Maintainers
5
Versions
147
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@babel/runtime-corejs2 - npm Package Compare versions

Comparing version 7.4.2 to 7.4.3

2

helpers/asyncIterator.js

@@ -8,3 +8,3 @@ var _Symbol$iterator = require("../core-js/symbol/iterator");

if (typeof _Symbol === "function") {
if (typeof _Symbol !== "undefined") {
if (_Symbol.asyncIterator) {

@@ -11,0 +11,0 @@ method = iterable[_Symbol.asyncIterator];

@@ -6,3 +6,3 @@ import _Symbol$iterator from "../../core-js/symbol/iterator";

if (typeof _Symbol === "function") {
if (typeof _Symbol !== "undefined") {
if (_Symbol.asyncIterator) {

@@ -9,0 +9,0 @@ method = iterable[_Symbol.asyncIterator];

{
"name": "@babel/runtime-corejs2",
"version": "7.4.2",
"version": "7.4.3",
"description": "babel's modular runtime helpers with core-js@2 polyfilling",

@@ -16,5 +16,5 @@ "license": "MIT",

"devDependencies": {
"@babel/helpers": "^7.4.2"
"@babel/helpers": "^7.4.3"
},
"gitHead": "7dea0f23de51af336a2fab0286a73af30cddf3be"
"gitHead": "508fde4009f31883f318b9e6546459ac1b086a91"
}
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