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.34 to 1.0.35

3

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

@@ -5,0 +8,0 @@ console.log(log);

export class base {
static initWs(ws: any) {
console.log("initws");
}
static log(log) {

@@ -8,3 +12,4 @@ console.log(log);

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

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

2

package.json
{
"name": "xiakebot",
"version": "1.0.34",
"version": "1.0.35",
"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