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

ninjakatt-plugin-kodi

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ninjakatt-plugin-kodi - npm Package Compare versions

Comparing version 1.0.6 to 1.0.7

5

index.js

@@ -1,7 +0,6 @@

const Base = require('ninjakatt-plugin-base');
const Client = require('./Client');
const emitter = global.emitter;
module.exports = class Kodi extends Base {
module.exports = class Kodi {
constructor() {
super(__dirname);
this.construct(__dirname);
this.clients = [];

@@ -8,0 +7,0 @@ this.scrobbled = [];

{
"name": "ninjakatt-plugin-kodi",
"version": "1.0.6",
"version": "1.0.7",
"description": "",

@@ -21,5 +21,4 @@ "main": "index.js",

"dependencies": {
"kodi-ws": "^2.4.3",
"ninjakatt-plugin-base": "^1.0.3"
"kodi-ws": "^2.4.3"
}
}
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