New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

gamla

Package Overview
Dependencies
Maintainers
0
Versions
91
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gamla - npm Package Compare versions

Comparing version 95.0.0 to 96.0.0

7

esm/src/io.js

@@ -102,7 +102,4 @@ import sjcl from "sjcl";

catch (e) {
const asError = e;
asError.message =
`Failed after ${times} retries. Last error:\n${asError.message}`;
if (!predicate(asError))
throw asError;
if (!predicate(e))
throw e;
return sleep(waitMs).then(() => conditionalRetry(predicate)(waitMs, times - 1, f)(...x));

@@ -109,0 +106,0 @@ }

{
"name": "gamla",
"version": "95.0.0",
"version": "96.0.0",
"description": "Functional programming with async and type safety",

@@ -5,0 +5,0 @@ "repository": {

@@ -110,7 +110,4 @@ "use strict";

catch (e) {
const asError = e;
asError.message =
`Failed after ${times} retries. Last error:\n${asError.message}`;
if (!predicate(asError))
throw asError;
if (!predicate(e))
throw e;
return (0, time_js_1.sleep)(waitMs).then(() => (0, exports.conditionalRetry)(predicate)(waitMs, times - 1, f)(...x));

@@ -117,0 +114,0 @@ }

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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