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

discordblacklist

Package Overview
Dependencies
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

discordblacklist - npm Package Compare versions

Comparing version 1.0.6 to 1.0.7

2

lib/blacklist.js

@@ -73,3 +73,3 @@

let arr = [];
for(e of this.list.replace(/^\[|\]$/g,'').split(','))
for(const e of this.list.replace(/^\[|\]$/g,'').split(','))
arr.push(JSON.parse(e)[0]);

@@ -76,0 +76,0 @@ res(arr);

{
"name": "discordblacklist",
"version": "1.0.6",
"version": "1.0.7",
"description": "A nodejs package that facilitates getting banned Discord users from DiscordBans",

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

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