Socket
Socket
Sign inDemoInstall

@sirh/discord-http-webserver

Package Overview
Dependencies
89
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.1.1-dev.-5a19747.0 to 0.1.1-dev.-5a19748.0

16

package.json
{
"name": "@sirh/discord-http-webserver",
"version": "0.1.1-dev.-5a19747.0",
"version": "0.1.1-dev.-5a19748.0",
"description": "Library for Discord HTTP Interactions",
"main": "dist/src/index.js",
"module": "dist/src/index.mjs",
"typings": "dist/src/index.d.ts",
"main": "dist/index.cjs",
"module": "dist/index.js",
"typings": "dist/index.d.ts",
"author": "SirH",

@@ -38,9 +38,9 @@ "publishConfig": {

"node": {
"import": {
"types": "./dist/index.d.ts",
"default": "./dist/index.js"
},
"require": {
"types": "./dist/index.d.cts",
"default": "./dist/index.cjs"
},
"import": {
"types": "./dist/index.d.ts",
"default": "./dist/index.js"
}

@@ -47,0 +47,0 @@ }

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc