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

brightscript-language

Package Overview
Dependencies
Maintainers
1
Versions
29
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

brightscript-language - npm Package Versions

13

0.2.5

Diff

Changelog

Source

[0.2.5] - 2019-04-30

Changed

  • upgraded to brs@0.13.0-nightly.20190430 which brings support for increment (++) and decrement (--) operators (brs#190).
twitchbronbron
published 0.2.4 •

Changelog

Source

[0.2.4] - 2019-03-25

Changed

  • upgraded to brs@0.13.0-nightly.20190325

Fixed

  • greatly improved single-line recovery. Previously, certain syntax errors would prevent the rest of the block or file from parsing. The parser will now skip erraneous lines and attempt to recover. This usually provides much better error recovery, but in certain cases can produce additional errors in the file.
  • bitshift assignment operators (>>= <<=) no longer cause parse errors
  • using colons as separators for associate arrays no longer cause parse errors (e.g obj = {x:0 : y: 1})
twitchbronbron
published 0.2.3 •

Changelog

Source

[0.2.3] - 2019-03-20

Changed

  • upgraded to brs@0.13.0-nightly.20190321

Fixed

  • better recovery for mismatched end function and end sub endings.
twitchbronbron
published 0.2.2 •

Changelog

Source

[0.2.2] - 2019-03-20

Fixed

  • targeted EXACTLY brs@0.13.0-nightly.20190320 to prevent npm from resolving 0.13.0-rc.3. Added unit test to prevent this issue from happening again in the future.
twitchbronbron
published 0.2.1 •

Changelog

Source

[0.2.1] - 2019-03-20

Changed

  • upgraded to brs@0.13.0-nightly.20190320
  • exclude method completions from xml files
  • empty script reference errors will show a more usefull error message "Script import cannot be empty or whitespace"

Fixed

  • parse errors for type designators (i.e. $ % ! # at end of variable name)
  • parse errors for multiple spaces between two-word keywords (else if, etc)
twitchbronbron
published 0.2.0 •

Changelog

Source

[0.2.0] - 2019-03-15

Added

  • very basic go to definition support for an xml component. Currently only supports finding a component's parent component.
twitchbronbron
published 0.1.23 •

Changelog

Source

[0.1.23] - 2019-03-14

Fixed

  • command-line-usage and command-line-args were both moved to dependencies so the cli will work. v0.1.22 did the wrong thing, this fixes it.
twitchbronbron
published 0.1.22 •

Changelog

Source

[0.1.22] - 2019-03-14

Changed

  • completion provider now provides all in-scope variables instead of variables only at or above the cursor

Fixed

  • moved command-line-args from devDependencies to dependencies so that the cli is runnable when installed.
twitchbronbron
published 0.1.21 •

Changelog

Source

[0.1.21] - 2019-03-12

Added

  • the ability to supress warnings and errors on a per-line basis with brs:disable-next-line and brs:disable-line.
twitchbronbron
published 0.1.20 •

Changelog

Source

[0.1.20] - 2019-03-11

Fixed

  • targeted EXACTLY brs@0.13.0-nightly.20190310 to fix a weird npm dependency issue that is resolving to 0.13.0-rc.3 for some reason.
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