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

necord

Package Overview
Dependencies
Maintainers
1
Versions
668
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

necord - npm Package Compare versions

Comparing version 2.0.1-dev.1638838131.9492061 to 2.0.1-dev.1638879816.c50ee0a

4

package.json
{
"name": "necord",
"description": "A Discord bot framework built on top of Discord.js and Nest.js for advanced and amazing bots.",
"version": "2.0.1-dev.1638838131.9492061",
"version": "2.0.1-dev.1638879816.c50ee0a",
"scripts": {

@@ -51,3 +51,3 @@ "build": "rimraf -rf dist && tsc -p tsconfig.json",

"@nestjs/core": "8.2.3",
"@types/node": "16.11.11",
"@types/node": "16.11.12",
"@typescript-eslint/eslint-plugin": "4.33.0",

@@ -54,0 +54,0 @@ "@typescript-eslint/parser": "4.33.0",

@@ -68,2 +68,3 @@ <p align="center">

import { Context, On, Once } from 'necord';
import { Client } from 'discord.js';

@@ -73,2 +74,4 @@ @Injectable()

private readonly logger = new Logger(AppUpdate.name);
public constructor(private readonly client: Client) {}

@@ -75,0 +78,0 @@ @Once('ready')

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