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

xiakebot

Package Overview
Dependencies
Maintainers
1
Versions
34
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

xiakebot - npm Package Compare versions

Comparing version 1.0.36 to 1.0.37

4

lib/bot.js
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
class base {
class botbase {
static initWs(ws) {

@@ -12,3 +12,3 @@ console.log("initws");

}
exports.base = base;
exports.botbase = botbase;
//# sourceMappingURL=bot.js.map

@@ -1,2 +0,2 @@

export class base {
export class botbase {

@@ -13,3 +13,3 @@ static initWs(ws: any) {

export interface bot extends base {
export interface bot extends botbase {
tick: () => Promise<void>;

@@ -16,0 +16,0 @@ main: () => Promise<void>;

{
"name": "xiakebot",
"version": "1.0.36",
"version": "1.0.37",
"description": "xiakebot",

@@ -5,0 +5,0 @@ "main": "index.js",

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