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

@rjns/bot

Package Overview
Dependencies
Maintainers
1
Versions
47
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@rjns/bot - npm Package Compare versions

Comparing version 1.19.1 to 1.20.0

yarn-error.log

8

lib/cjs/pckg.json
{
"name": "@rjns/bot",
"version": "1.19.1",
"version": "1.20.0",
"description": "RJNS BOT Client",

@@ -23,10 +23,10 @@ "module": "lib/esm/index.js",

"@rjns/bot": "link:",
"@types/node": "^20.11.24",
"@types/node": "^20.11.30",
"esbuild": "^0.17.19",
"typescript": "^5.3.3"
"typescript": "^5.4.3"
},
"dependencies": {
"@rjweb/utils": "^1.11.4",
"@rjweb/utils": "^1.12.1",
"axios": "1.0.0"
}
}
{
"name": "@rjns/bot",
"version": "1.19.1",
"version": "1.20.0",
"description": "RJNS BOT Client",

@@ -23,10 +23,10 @@ "module": "lib/esm/index.js",

"@rjns/bot": "link:",
"@types/node": "^20.11.24",
"@types/node": "^20.11.30",
"esbuild": "^0.17.19",
"typescript": "^5.3.3"
"typescript": "^5.4.3"
},
"dependencies": {
"@rjweb/utils": "^1.11.4",
"@rjweb/utils": "^1.12.1",
"axios": "1.0.0"
}
}

@@ -83,2 +83,6 @@ /// <reference types="node" />

webhookURL?: string | null;
messages?: {
updates?: boolean;
deletes?: boolean;
};
};

@@ -289,2 +293,6 @@ export default class ServerManagementController {

webhookURL: string | null;
messages: {
updates: boolean;
deletes: boolean;
};
}>;

@@ -291,0 +299,0 @@ /**

{
"name": "@rjns/bot",
"version": "1.19.1",
"version": "1.20.0",
"description": "RJNS BOT Client",

@@ -8,6 +8,2 @@ "module": "lib/esm/index.js",

"types": "lib/typings/index.d.ts",
"scripts": {
"build": "rm -rf lib && tsc && esbuild `find src -type f -name \"*.ts\"` --platform='node' --ignore-annotations --format='cjs' --outdir='lib/cjs' && esbuild `find src -type f -name \"*.ts\"` --platform='node' --ignore-annotations --format='esm' --outdir='lib/esm' && cp package.json lib/cjs/pckg.json && cp package.json lib/esm/pckg.json",
"test": "pnpm build && node test"
},
"keywords": [

@@ -24,10 +20,14 @@ "sdk",

"@rjns/bot": "link:",
"@types/node": "^20.11.24",
"@types/node": "^20.11.30",
"esbuild": "^0.17.19",
"typescript": "^5.3.3"
"typescript": "^5.4.3"
},
"dependencies": {
"@rjweb/utils": "^1.11.4",
"@rjweb/utils": "^1.12.1",
"axios": "1.0.0"
},
"scripts": {
"build": "rm -rf lib && tsc && esbuild `find src -type f -name \"*.ts\"` --platform='node' --ignore-annotations --format='cjs' --outdir='lib/cjs' && esbuild `find src -type f -name \"*.ts\"` --platform='node' --ignore-annotations --format='esm' --outdir='lib/esm' && cp package.json lib/cjs/pckg.json && cp package.json lib/esm/pckg.json",
"test": "pnpm build && node test"
}
}
}
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