Socket
Socket
Sign inDemoInstall

waitasecond

Package Overview
Dependencies
Maintainers
1
Versions
112
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

waitasecond - npm Package Compare versions

Comparing version 1.6.0 to 1.7.0

4

dist/functions/forValueDefined.js

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

Object.defineProperty(exports, "__esModule", { value: true });
var forAnimationFrame_1 = require("./forAnimationFrame");
var forTime_1 = require("./forTime");
function forValueDefined(getValue, waiter, limit) {

@@ -45,3 +45,3 @@ var _this = this;

switch (_a.label) {
case 0: return [4 /*yield*/, forAnimationFrame_1.forAnimationFrame()];
case 0: return [4 /*yield*/, forTime_1.forTime(10)];
case 1:

@@ -48,0 +48,0 @@ _a.sent();

{
"name": "waitasecond",
"version": "1.6.0",
"version": "1.7.0",
"description": "Simple tool library for the waiting using Promises.",

@@ -5,0 +5,0 @@ "main": "dist/main.js",

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