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

djs-commander

Package Overview
Dependencies
Maintainers
1
Versions
23
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

djs-commander - npm Package Compare versions

Comparing version 0.0.48 to 0.0.49

8

dist/index.js

@@ -103,2 +103,10 @@ "use strict";

}
filePaths.forEach((filePath) => {
filePath = filePath.replace(/\\/g, "/");
if (filePath.startsWith("/")) {
filePath = `file://${filePath}`;
} else {
filePath = `file:///${filePath}`;
}
});
return filePaths;

@@ -105,0 +113,0 @@ }

2

package.json
{
"name": "djs-commander",
"version": "0.0.48",
"version": "0.0.49",
"description": "A command and event handler that works seamlessly with Discord.js",

@@ -5,0 +5,0 @@ "types": "./index.d.ts",

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