Socket
Socket
Sign inDemoInstall

@notenoughupdates/discord-akairo

Package Overview
Dependencies
Maintainers
1
Versions
140
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@notenoughupdates/discord-akairo - npm Package Compare versions

Comparing version 9.0.5-dev.1635696379.8081025 to 9.0.5-dev.1635794903.e86f3bf

dist/src/index.d.ts

4

dist/package.json
{
"name": "@notenoughupdates/discord-akairo",
"version": "9.0.5-dev.1635696379.8081025",
"version": "9.0.5-dev.1635794903.e86f3bf",
"description": "A highly customizable bot framework for Discord.js.",
"main": "./dist/src/index.js",
"types": "./src/index.ts",
"types": "./dist/src/index.d.ts",
"author": "1Computer",

@@ -8,0 +8,0 @@ "license": "MIT",

{
"name": "@notenoughupdates/discord-akairo",
"version": "9.0.5-dev.1635696379.8081025",
"version": "9.0.5-dev.1635794903.e86f3bf",
"description": "A highly customizable bot framework for Discord.js.",
"main": "./dist/src/index.js",
"types": "./src/index.ts",
"types": "./dist/src/index.d.ts",
"author": "1Computer",

@@ -8,0 +8,0 @@ "license": "MIT",

@@ -6,3 +6,10 @@ {

"outDir": "dist",
"lib": ["esnext", "esnext.array", "esnext.asyncIterable", "esnext.intl", "esnext.symbol", "DOM"],
"lib": [
"esnext",
"esnext.array",
"esnext.asyncIterable",
"esnext.intl",
"esnext.symbol",
"DOM"
],
"sourceMap": false,

@@ -21,6 +28,13 @@ "inlineSourceMap": true,

"strict": true,
"useUnknownInCatchVariables": false
"useUnknownInCatchVariables": false,
"declarationMap": true,
"declaration": true
},
"include": ["src/**/*.ts"],
"exclude": ["node_modules", "dist"]
}
"include": [
"src/**/*.ts"
],
"exclude": [
"node_modules",
"dist"
]
}

Sorry, the diff of this file is not supported yet

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