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

discord-verify

Package Overview
Dependencies
Maintainers
1
Versions
36
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

discord-verify - npm Package Compare versions

Comparing version 0.0.2-beta.15 to 0.0.2-beta.16

dist/chunks/verify.cjs

12

package.json
{
"name": "discord-verify",
"version": "0.0.2-beta.15",
"version": "0.0.2-beta.16",
"author": "Ian Mitchell",

@@ -11,11 +11,13 @@ "description": "A library for verifying the authenticity of requests coming from the Discord Interactions API",

".": {
"import": "./dist/web.js",
"import": "./dist/web.mjs",
"require": "./dist/web.cjs",
"types": "./dist/web.d.ts"
},
"./web": {
"import": "./dist/web.js",
"import": "./dist/web.mjs",
"require": "./dist/web.cjs",
"types": "./dist/web.d.ts"
},
"./node": {
"import": "./dist/node.js",
"import": "./dist/node.mjs",
"require": "./dist/node.cjs",

@@ -25,3 +27,3 @@ "types": "./dist/node.d.ts"

},
"main": "./dist/web.js",
"main": "./dist/web.mjs",
"scripts": {

@@ -28,0 +30,0 @@ "clean": "rimraf dist",

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