You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

brighterscript-formatter

Package Overview
Dependencies
Maintainers
4
Versions
80
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

brighterscript-formatter - npm Package Compare versions

Comparing version

to
1.7.14

8

CHANGELOG.md

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

## [1.7.14](https://github.com/rokucommunity/brighterscript-formatter/compare/1.7.13...v1.7.14) - 2025-05-12
### Changed
- upgrade to [brighterscript@0.69.9](https://github.com/rokucommunity/brighterscript/blob/master/CHANGELOG.md#0699---2025-05-09). Notable changes since 0.69.8:
- removed no-throw-literal lint rule ([brighterscript#1489](https://github.com/rokucommunity/brighterscript/pull/1489))
- Add `bsc0` cli binary name ([brighterscript#1490](https://github.com/rokucommunity/brighterscript/pull/1490))
## [1.7.13](https://github.com/rokucommunity/brighterscript-formatter/compare/1.7.12...v1.7.13) - 2025-05-06

@@ -11,0 +19,0 @@ ### Changed

4

package.json
{
"name": "brighterscript-formatter",
"version": "1.7.13",
"version": "1.7.14",
"description": "A formatter for BrighterScript, a superset of Roku's BrightScript language, written in JavaScript",

@@ -26,3 +26,3 @@ "main": "dist/index.js",

"dependencies": {
"brighterscript": "^0.69.8",
"brighterscript": "^0.69.9",
"glob-all": "^3.3.0",

@@ -29,0 +29,0 @@ "jsonc-parser": "^3.0.0",