Script.apex icon indicating copy to clipboard operation
Script.apex copied to clipboard

Evaluate Javascript expressions in Apex

Results 7 Script.apex issues
Sort by recently updated
recently updated
newest added

Bumps [bootstrap-sass](https://github.com/twbs/bootstrap-sass) from 3.3.7 to 3.4.3. Release notes Sourced from bootstrap-sass's releases. v3.4.1 Security: Fixed an XSS vulnerability (CVE-2019-8331) in our tooltip and popover plugins by implementing a new HTML...

dependencies

Bumps [qs](https://github.com/ljharb/qs) to 6.5.3 and updates ancestor dependency [electric-cli](https://github.com/electricjs/electric). These dependencies need to be updated together. Updates `qs` from 2.3.3 to 6.5.3 Changelog Sourced from qs's changelog. 6.5.3 [Fix] parse:...

dependencies

Bumps [decode-uri-component](https://github.com/SamVerschueren/decode-uri-component) from 0.2.0 to 0.2.2. Release notes Sourced from decode-uri-component's releases. v0.2.2 Prevent overwriting previously decoded tokens 980e0bf https://github.com/SamVerschueren/decode-uri-component/compare/v0.2.1...v0.2.2 v0.2.1 Switch to GitHub workflows 76abc93 Fix issue where decode...

dependencies

Bumps [loader-utils](https://github.com/webpack/loader-utils) to 1.4.2 and updates ancestor dependency [electric-cli](https://github.com/electricjs/electric). These dependencies need to be updated together. Updates `loader-utils` from 0.2.17 to 1.4.2 Release notes Sourced from loader-utils's releases. v1.4.2 1.4.2...

dependencies

Bumps [bootstrap](https://github.com/twbs/bootstrap) from 3.3.7 to 3.4.1. Release notes Sourced from bootstrap's releases. v3.4.1 Security: Fixed an XSS vulnerability (CVE-2019-8331) in our tooltip and popover plugins by implementing a new HTML...

dependencies

Bumps [moment](https://github.com/moment/moment) from 2.22.1 to 2.29.4. Changelog Sourced from moment's changelog. 2.29.4 Release Jul 6, 2022 #6015 [bugfix] Fix ReDoS in preprocessRFC2822 regex 2.29.3 Full changelog Release Apr 17, 2022...

dependencies

Test `JsepTest.timeTest()` fails on line 204 for User with GMT timezone: ### JsepTest.cls ```java ... node = (Jsep.TimeNode )new Jsep(s4).parse(); System.assertEquals(true, node.value!=v); // line 204 System.assertEquals(node.getType(), Jsep.JSEP_TIME); ... ``` ###...