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

ecmarkdown

Package Overview
Dependencies
Maintainers
2
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 5.0.0 to 5.0.1

2

dist/tokenizer.js

@@ -152,4 +152,4 @@ "use strict";

this._newline = false;
const start = this.getLocation();
const ws = this.scanWhitespace();
const start = this.getLocation();
if (this.pos >= str.length) {

@@ -156,0 +156,0 @@ if (ws.length > 0) {

{
"name": "ecmarkdown",
"version": "5.0.0",
"version": "5.0.1",
"description": "A compiler for \"Ecmarkdown\" algorithm shorthand into HTML.",

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