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

@espcustomss/oauth

Package Overview
Dependencies
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@espcustomss/oauth - npm Package Compare versions

Comparing version 1.0.4 to 1.0.5

docs/.nojekyll

25

package.json
{
"name": "@espcustomss/oauth",
"version": "1.0.4",
"version": "1.0.5",
"description": "Simplemente haga solicitudes de Discord OAuth. Construido con TypeScript, utilizado por Esp Customs.",
"main": "lib/client.js",
"scripts": {
"docs": "typedoc --out docs/www",
"docs": "typedoc --entryPoints src --entryPointStrategy expand --out docs --plugin typedoc-theme-hierarchy --theme hierarchy",
"demo": "ts-node-dev demo/server.ts"

@@ -26,13 +26,6 @@ },

"dependencies": {
"@discordjs/collection": "^0.7.0",
"clean-jsdoc-theme": "^4.1.7",
"cookies": "^0.8.0",
"dotenv": "^16.0.1",
"ejs": "^3.1.8",
"@discordjs/collection": "^0.1.6",
"jsonwebtoken": "^8.5.1",
"nodemon": "^2.0.19",
"phin": "^3.6.1",
"ts-node": "^10.9.1",
"typedoc": "^0.22.18",
"typescript": "^4.3.4",
"uid": "^1.0.0"

@@ -48,9 +41,15 @@ },

"cookie-parser": "^1.4.6",
"express": "^4.17.2",
"jsdoc": "^3.6.11",
"cookies": "^0.8.0",
"dotenv": "^16.0.1",
"ejs": "^3.1.8",
"express": "^4.18.1",
"mocha": "^10.0.0",
"nodemon": "^2.0.19",
"prettier": "^2.7.1",
"ts-mocha": "^10.0.0",
"ts-node-dev": "^2.0.0"
"ts-node-dev": "^2.0.0",
"typedoc": "^0.22.18",
"typedoc-theme-hierarchy": "^1.3.8",
"typescript": "^4.3.5"
}
}
## 📖 Introduction Esp Customs OAuth
Discord V13 Final (@discordjs/collection@0.7.0) todas las dependencias actualizadas!!
Discord OAuth actualizando todas las dependencias, totalmente funcional!!
Maxima compatibilidad con TypeScript y errores corregidos

@@ -4,0 +4,0 @@ ![](https://i.imgur.com/0lnboQ5.png)

@@ -18,8 +18,3 @@ {

},
"typedocOptions": {
"entryPoints": ["src/client.ts", "src/errors/api.ts", "src/types/connection.ts", "src/types/guild.ts", "src/types/user.ts"],
"out": "docs/www",
"theme": "docs/docs-theme",
},
"include": ["src"]
"include": ["src"],
}

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