Socket
Socket
Sign inDemoInstall

ksoft.js

Package Overview
Dependencies
1
Maintainers
2
Versions
51
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.1.1 to 2.1.2

2

package.json
{
"name": "ksoft.js",
"version": "2.1.1",
"version": "2.1.2",
"description": "Official Node.js Wrapper for the KSoft.Si API.",

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

const KSoftClient = require('../lib/KSoftClient');
const Ban = require('../lib/structures/Ban');
const c = new KSoftClient('d7cc9d58e4a7fa77ffd40d85eaba2ee6ea6f8a41');
(async () => {
const b = await c.bans.info('234390727113703424');
console.log(b);
})();
module.exports = {

@@ -12,0 +5,0 @@ KSoftClient,

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc