Socket
Socket
Sign inDemoInstall

code-block-writer

Package Overview
Dependencies
Maintainers
1
Versions
85
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

code-block-writer - npm Package Compare versions

Comparing version 9.1.1 to 9.1.2

yarn.lock

8

CHANGELOG.md

@@ -1,5 +0,11 @@

# Changelog
# Change Log
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
### [9.1.2](https://github.com/dsherret/code-block-writer/compare/v9.1.1...v9.1.2) (2019-05-15)
### Bug Fixes
* Fix indentation when using a block within a hanging indent. ([b931952](https://github.com/dsherret/code-block-writer/commit/b931952))
### [9.1.1](https://github.com/dsherret/code-block-writer/compare/v9.1.0...v9.1.1) (2019-05-10)

@@ -6,0 +12,0 @@

2

dist/code-block-writer.js

@@ -128,5 +128,5 @@ "use strict";

_indentBlockInternal(block) {
this._currentIndentation++;
if (this.getLastChar() != null)
this.newLineIfLastNot();
this._currentIndentation++;
this._isOnFirstLineOfBlock = true;

@@ -133,0 +133,0 @@ if (block != null)

{
"name": "code-block-writer",
"version": "9.1.1",
"version": "9.1.2",
"description": "A simple code writer that assists with formatting and visualizing blocks of code.",

@@ -5,0 +5,0 @@ "main": "dist/code-block-writer.js",

@@ -0,0 +0,0 @@ code-block-writer

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