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

@akkadu/rsi-api-base

Package Overview
Dependencies
Maintainers
4
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@akkadu/rsi-api-base - npm Package Compare versions

Comparing version 0.0.5 to 0.0.6

1

lib/index.d.ts

@@ -5,2 +5,3 @@ export default class Base {

gatewayRequest(apiKey: string, roomName: string): string;
on(event: any, fn: any): void;
}

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

};
Base.prototype.on = function (event, fn) {
this.emitter.on(event, fn);
};
return Base;
}());
exports.default = Base;

2

package.json
{
"name": "@akkadu/rsi-api-base",
"version": "0.0.5",
"version": "0.0.6",
"description": "",

@@ -5,0 +5,0 @@ "main": "lib/index.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