Socket
Socket
Sign inDemoInstall

discordx

Package Overview
Dependencies
Maintainers
1
Versions
617
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

discordx - npm Package Compare versions

Comparing version 11.0.5 to 11.0.6

3

build/cjs/util/comparison.js

@@ -45,5 +45,2 @@ "use strict";

const response = lodash_1.default.isEqual(firstJson, secondJson);
if (!response && options?.log) {
console.log("Update required", firstJson, secondJson);
}
return response;

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

@@ -40,7 +40,4 @@ import _ from "lodash";

const response = _.isEqual(firstJson, secondJson);
if (!response && options?.log) {
console.log("Update required", firstJson, secondJson);
}
return response;
}
//# sourceMappingURL=comparison.js.map

2

package.json
{
"name": "discordx",
"version": "11.0.5",
"version": "11.0.6",
"private": false,

@@ -5,0 +5,0 @@ "description": "Create a discord bot with TypeScript and Decorators!",

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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