Socket
Socket
Sign inDemoInstall

field-descriptions

Package Overview
Dependencies
1
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.3 to 1.0.4

2

lib/index.js

@@ -40,3 +40,3 @@ "use strict";

.map(({ name, value }) => {
return GenMD(name, nameEdits) + separator + GenMD(value, valueEdits);
return (GenMD(name, nameEdits) + separator + " " + GenMD(value, valueEdits));
})

@@ -43,0 +43,0 @@ .join("\n");

{
"name": "field-descriptions",
"version": "1.0.3",
"version": "1.0.4",
"description": "Make key-value data easier to display in discord embeds",

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

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc