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

kik-node-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

kik-node-api - npm Package Compare versions

Comparing version 4.0.2 to 4.0.3

2

package.json
{
"name": "kik-node-api",
"version": "4.0.2",
"version": "4.0.3",
"description": "An API for creating kik bots (and other stuff)",

@@ -5,0 +5,0 @@ "repository": {

@@ -31,4 +31,3 @@ module.exports = (client, callbacks, id, data) => {

let status = data.find("status");
//user's jid is in the status here, if it wasn't set, set it
user = (user.jid? user : {...user, jid: status.attrs.jid});
user.jid = status.attrs.jid;

@@ -35,0 +34,0 @@ if(status.text.includes("left") || status.text.includes("removed")){

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