Socket
Socket
Sign inDemoInstall

webex-markdown

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

webex-markdown - npm Package Compare versions

Comparing version 0.1.0 to 0.2.1

README.md

20

index.js

@@ -1,21 +0,1 @@

/**
* Markdown helper for Webex Teams
*
* Goal:
* - Never write \n again.
* - Don't need to remember markdown syntax
* - Avoid string concatenation
* - Make working with lists easier
* - Programmatic approach instead of string manipulations
*
* Example use case:
*
* const { convert, bold, list, url } = require('webex-markdown');
* const hi = `Hi, welcome to ${bold('Markdown')}`;
* const hi2 = 'I can do the following:';
* const features = list(['Lists', 'Bold', 'Links', 'Code', 'Mention', 'And more']);
* const link = `See ${url('npmjs.org', 'our npm page')} for more info`;
* const markdown = convert([hi, hi2, features, link]);
*/
const markdown = {

@@ -22,0 +2,0 @@

2

package.json
{
"name": "webex-markdown",
"version": "0.1.0",
"version": "0.2.1",
"description": "Webex Teams markdown helper",

@@ -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