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

field-descriptions

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

field-descriptions - npm Package Compare versions

Comparing version 1.0.7 to 1.0.8

1

lib/index.d.ts

@@ -16,3 +16,4 @@ export interface FDobject {

}
export declare function GenMD(text: string, options?: GenMDOptions): string;
export declare function FD(values: FDobject[], options?: FDoptions): string;
//# sourceMappingURL=index.d.ts.map

3

lib/index.js
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.FD = void 0;
exports.FD = exports.GenMD = void 0;
const lodash_1 = require("lodash");

@@ -32,2 +32,3 @@ const underline = "__";

}
exports.GenMD = GenMD;
function FD(values, options = {

@@ -34,0 +35,0 @@ nameEdits: GenMDOptionsDefault,

{
"name": "field-descriptions",
"version": "1.0.7",
"version": "1.0.8",
"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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc