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

@akkadu/rsi-base

Package Overview
Dependencies
Maintainers
1
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@akkadu/rsi-base - npm Package Compare versions

Comparing version 0.2.32 to 0.2.33

8

lib/index.js

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

}
return [4 /*yield*/, fetch(this.RSI_GATEWAY_API + "/authenticate", {
return [4 /*yield*/, fetch("".concat(this.RSI_GATEWAY_API, "/authenticate"), {
method: 'POST',

@@ -80,3 +80,3 @@ headers: {

if (content.error) {
throw Error("interpretation-player: An error occured: " + content.error);
throw Error("interpretation-player: An error occured: ".concat(content.error));
}

@@ -91,4 +91,4 @@ _a = content.data, stream = _a.stream, languageState = _a.languageState, eventLanguages = _a.eventLanguages, event = _a.event;

Base.prototype.getFlagUrl = function (code) {
var iso = ("" + code.slice(-2)).toLowerCase();
return "https://assets.akkadu.com/flags/4x3/" + iso + ".svg";
var iso = "".concat(code.slice(-2)).toLowerCase();
return "https://assets.akkadu.com/flags/4x3/".concat(iso, ".svg");
};

@@ -95,0 +95,0 @@ /**

{
"name": "@akkadu/rsi-base",
"version": "0.2.32",
"version": "0.2.33",
"description": ",",

@@ -31,3 +31,3 @@ "main": "lib/index.js",

},
"gitHead": "b1c71cf7a0e635b6bd0f6ada2cff90a537b03d75"
"gitHead": "7f75ad0810ffe99f0f598fd4782fb67fe42472a9"
}
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