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

ebnf2railroad

Package Overview
Dependencies
Maintainers
1
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ebnf2railroad - npm Package Compare versions

Comparing version 1.11.0 to 1.11.1

6

CHANGELOG.md

@@ -9,2 +9,8 @@ # Changelog

## [1.11.1] - 2020-09-23
## Fixes
- Overview diagrams should also optimize its sub elements
## [1.11.0] - 2020-09-23

@@ -11,0 +17,0 @@

2

package.json
{
"name": "ebnf2railroad",
"version": "1.11.0",
"version": "1.11.1",
"description": "EBNF to Railroad diagram",

@@ -5,0 +5,0 @@ "keywords": [

@@ -273,4 +273,8 @@ const {

expanded.push(item);
const renderNested =
options.optimizeDiagrams === false
? nested
: optimizeProduction(nested);
return Group(
productionToDiagram(nested.definition, {
productionToDiagram(renderNested.definition, {
...baseOptions,

@@ -277,0 +281,0 @@ renderNonTerminal

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