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

@fireaw.ai/sdk

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@fireaw.ai/sdk - npm Package Compare versions

Comparing version 0.1.0 to 0.2.0

1

ChatChannel.d.ts

@@ -30,3 +30,4 @@ type Message = {

send(message: string): void;
vote(messageId: string, vote: boolean): void;
}
export {};

@@ -76,3 +76,12 @@ "use strict";

}
vote(messageId, vote) {
var _a;
(_a = this.subscription) === null || _a === void 0 ? void 0 : _a.send({
command: "vote",
identifier: JSON.stringify({ channel: this.channel, id: this.chat.id }),
message_id: messageId,
vote,
});
}
}
exports.default = ChatChannel;

2

package.json
{
"name": "@fireaw.ai/sdk",
"version": "0.1.0",
"version": "0.2.0",
"scripts": {

@@ -5,0 +5,0 @@ "build": "mkdir -p dist; tsc; cp package.json README.md LICENSE dist",

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