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

chatadelic-api

Package Overview
Dependencies
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

chatadelic-api - npm Package Compare versions

Comparing version 2.0.1 to 2.0.2

1

index.js

@@ -36,3 +36,2 @@ 'use strict';

const methods = new Methods(ws, conf);
const online = new Online();

@@ -39,0 +38,0 @@ const queue = new Queue(methods, conf.interval);

4

lib/methods.js

@@ -5,2 +5,3 @@ const http = require('http');

let sid = '';
let needState = true;

@@ -37,5 +38,6 @@ this.auth = (data, callback)=> {

chat: conf.chat,
need: 'state',
need: needState ? 'state' : '',
sid
}));
needState = false;
callback(null, {});

@@ -42,0 +44,0 @@ };

{
"name": "chatadelic-api",
"version": "2.0.1",
"version": "2.0.2",
"description": "chatadelic.net api",

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

@@ -5,2 +5,2 @@ api = require("./index.js");

cirno.on('message',(e)=>console.log(e));
cirno.login().message("vyf\nawoooo");
cirno.login().message("vyyf").logout().login().message("vyyf").logout().login().message("vyyf").logout()
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