New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

brighterscript-formatter

Package Overview
Dependencies
Maintainers
2
Versions
74
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

brighterscript-formatter - npm Package Versions

1
8

1.6.1

Diff

Changelog

Source

[1.6.1] - 2021-06-21

Changed

  • updated to brighterscript@0.39.3

Fixed

  • several npm security vulnerabilities
twitchbronbron
published 1.6.0 •

Changelog

Source

[1.6.0] - 2020-11-25

Added

  • formatting support for try/catch/throw/end try

Changed

twitchbronbron
published 1.5.5 •

Changelog

Source

[1.5.5] - 2020-10-28

Added

  • formatting support for BrighterScript annotations

Changed

twitchbronbron
published 1.5.4 •

Changelog

Source

[1.5.4] - 2020-07-29

Fixed

  • bug that was not including bsconfig.schema.json in the npm package when published (because it was not included in the files array in package.json).
twitchbronbron
published 1.5.3 •

Changelog

Source

[1.5.3] - 2020-07-19

Added

  • bsfmt.schema.json file in the package for use in tooling.
twitchbronbron
published 1.5.2 •

Changelog

Source

[1.5.2] - 2020-07-19

Added

  • export Runner from index.ts directly to simplify API usage.
twitchbronbron
published 1.5.1 •

Changelog

Source

[1.5.1] - 2020-07-19

Added

  • public method Runner#getBsfmtOptions which allows external api consumers to use the standard file loading logic.
  • cli option to disable bsfmt.json loading.
  • cli option to provide custom bsfmt.json path.

Changed

  • removed method Runner#loadOptionsFromFile introduced in v1.5.0 in favor of getBsfmtOptions. Although this is technically a breaking change, it is very unlikely that anyone is actively calling that new method.
twitchbronbron
published 1.5.0 •

Changelog

Source

[1.5.0] - 2020-07-18

Added

  • command line interface (CLI) to support running the formatter against projects from a terminal.
  • support for loading config options from a bsfmt.json file found in the same working directory.
twitchbronbron
published 1.4.0 •

Changelog

Source

[1.4.0] - 2020-05-29

Added

  • new method to generate source maps during format.
  • new option insertSpaceBetweenAssociativeArrayLiteralKeyAndColon which will ensure exactly 1 or 0 spaces between an associative array key and its trailing colon. (#17)

Fixed

  • bugs related to formatting single-line if statements (#13)
twitchbronbron
published 1.3.0 •

Changelog

Source

[1.3.0] - 2020-05-21

Added

  • new option formatMultiLineObjectsAndArrays which inserts newlines and indents multi-line objects and arrays
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