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

ecmarkdown

Package Overview
Dependencies
Maintainers
1
Versions
29
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ecmarkdown - npm Package Compare versions

Comparing version 3.0.7 to 3.0.8

5

lib/parser.js

@@ -245,3 +245,6 @@ 'use strict';

if (node.name === 'pipe') {
if (node.contents.length === 0) {
// empty formats not allowed
return [{ name: 'text', contents: startTok.contents + endTok.contents }];
} else if (node.name === 'pipe') {
const ntNode = parseNonTerminal(node.contents[0].contents);

@@ -248,0 +251,0 @@

2

package.json
{
"name": "ecmarkdown",
"version": "3.0.7",
"version": "3.0.8",
"description": "A compiler for \"Ecmarkdown\" algorithm shorthand into HTML.",

@@ -5,0 +5,0 @@ "main": "lib/ecmarkdown.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