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.1 to 3.0.2

2

lib/tokenizer.js

@@ -229,3 +229,3 @@ 'use strict';

for (const i = 0; i < this._lookahead.length; i++) {
for (let i = 0; i < this._lookahead.length; i++) {
this.queue.push(this._lookahead[i]);

@@ -232,0 +232,0 @@ }

{
"name": "ecmarkdown",
"version": "3.0.1",
"version": "3.0.2",
"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