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 2.0.0 to 2.0.1

10

lib/generated-parser.js

@@ -302,9 +302,5 @@ module.exports = (function() {

s2 = peg$parseatom();
if (s2 !== peg$FAILED) {
while (s2 !== peg$FAILED) {
s1.push(s2);
s2 = peg$parseatom();
}
} else {
s1 = peg$c1;
while (s2 !== peg$FAILED) {
s1.push(s2);
s2 = peg$parseatom();
}

@@ -311,0 +307,0 @@ if (s1 !== peg$FAILED) {

{
"name": "ecmarkdown",
"version": "2.0.0",
"version": "2.0.1",
"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