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

dblwrapper.js

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

dblwrapper.js - npm Package Compare versions

Comparing version 1.0.2 to 1.0.3

2

package.json
{
"name": "dblwrapper.js",
"version": "1.0.2",
"version": "1.0.3",
"description": "A package where you can find everything to interact with discord botlists!",

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

const { URL } = require('url');
const fetch = require('node-fetch').default;
class Request {

@@ -15,3 +15,3 @@ /**

}
const headers = new Headers();
const headers = new fetch.Headers();
for (const [key, value] of Object.entries(options.headers || {})) {

@@ -18,0 +18,0 @@ if (value) headers.set(key, String(value || ''));

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