Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

babel-runtime

Package Overview
Dependencies
Maintainers
5
Versions
191
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

babel-runtime - npm Package Compare versions

Comparing version 6.22.0 to 6.23.0

8

helpers/asyncGenerator.js

@@ -5,6 +5,2 @@ "use strict";

var _asyncIterator = require("../core-js/symbol/async-iterator");
var _asyncIterator2 = _interopRequireDefault(_asyncIterator);
var _symbol = require("../core-js/symbol");

@@ -103,4 +99,4 @@

if (typeof _symbol2.default === "function" && _asyncIterator2.default) {
AsyncGenerator.prototype[_asyncIterator2.default] = function () {
if (typeof _symbol2.default === "function" && _symbol2.default.asyncIterator) {
AsyncGenerator.prototype[_symbol2.default.asyncIterator] = function () {
return this;

@@ -107,0 +103,0 @@ };

@@ -13,6 +13,2 @@ "use strict";

var _asyncIterator = require("../core-js/symbol/async-iterator");
var _asyncIterator2 = _interopRequireDefault(_asyncIterator);
var _symbol = require("../core-js/symbol");

@@ -26,4 +22,4 @@

if (typeof _symbol2.default === "function") {
if (_asyncIterator2.default) {
var method = iterable[_asyncIterator2.default];
if (_symbol2.default.asyncIterator) {
var method = iterable[_symbol2.default.asyncIterator];
if (method != null) return method.call(iterable);

@@ -30,0 +26,0 @@ }

{
"name": "babel-runtime",
"version": "6.22.0",
"version": "6.23.0",
"description": "babel selfContained runtime",

@@ -14,4 +14,4 @@ "license": "MIT",

"babel-helpers": "^6.22.0",
"babel-plugin-transform-runtime": "^6.22.0"
"babel-plugin-transform-runtime": "^6.23.0"
}
}
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