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

reshow-runtime

Package Overview
Dependencies
Maintainers
1
Versions
66
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

reshow-runtime - npm Package Compare versions

Comparing version 0.16.5 to 0.16.6

1

es/helpers/asyncIterator.js
import { UNDEFINED } from "reshow-constant";
import typeIs from "./getTypeOf";
export default function _asyncIterator(iterable) {

@@ -3,0 +4,0 @@ var method,

"use strict";
var _interopRequireDefault = require("reshow-runtime/helpers/interopRequireDefault");
Object.defineProperty(exports, "__esModule", {

@@ -10,2 +12,4 @@ value: true

var _getTypeOf = _interopRequireDefault(require("./getTypeOf"));
function _asyncIterator(iterable) {

@@ -17,3 +21,3 @@ var method,

for (_reshowConstant.UNDEFINED != typeIs(Symbol) && (async = Symbol.asyncIterator, sync = Symbol.iterator); retry--;) {
for (_reshowConstant.UNDEFINED != (0, _getTypeOf["default"])(Symbol) && (async = Symbol.asyncIterator, sync = Symbol.iterator); retry--;) {
if (async && null != (method = iterable[async])) return method.call(iterable);

@@ -20,0 +24,0 @@ if (sync && null != (method = iterable[sync])) return new AsyncFromSyncIterator(method.call(iterable));

2

package.json
{
"name": "reshow-runtime",
"version": "0.16.5",
"version": "0.16.6",
"description": "Babel runtime alternative",

@@ -5,0 +5,0 @@ "repository": "react-atomic/reshow",

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