Socket
Socket
Sign inDemoInstall

@conflict/beta

Package Overview
Dependencies
92
Maintainers
1
Versions
117
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.9.49 to 0.9.50

2

package.json
{
"name": "@conflict/beta",
"version": "0.9.49",
"version": "0.9.50",
"description": "The first and only UI framework for Discord bots",

@@ -5,0 +5,0 @@ "main": "exports.js",

@@ -17,2 +17,6 @@ // Code for running on Vercel. Not part of Conflict server or Conflict build scripts.

const timestamp = request.headers["x-signature-timestamp"];
const isDiscord = request.headers["user-agent"].toLowerCase().includes('discord');
console.log(request.headers.host)
const rawBody = JSON.stringify(request.body);

@@ -19,0 +23,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