@nativescript/unit-test-runner
Advanced tools
| import { mainViewModel } from "./main-view-model"; | ||
| function pageLoaded(args) { | ||
| export function pageLoaded(args) { | ||
| var page = args.object; | ||
| page.bindingContext = mainViewModel; | ||
| } | ||
| exports.pageLoaded = pageLoaded; |
+1
-2
| import { mainViewModel } from "./main-view-model"; | ||
| function pageLoaded(args) { | ||
| export function pageLoaded(args) { | ||
| var page = args.object; | ||
| page.bindingContext = mainViewModel; | ||
| } | ||
| exports.pageLoaded = pageLoaded; |
+9
-0
@@ -0,1 +1,10 @@ | ||
| # [4.0.0](https://github.com/NativeScript/nativescript-unit-test-runner/compare/v3.0.4...v4.0.0) (2025-11-20) | ||
| ### Features | ||
| * NativeScript v9 support ([b344f63](https://github.com/NativeScript/nativescript-unit-test-runner/commit/b344f639e6b5b7afc7666a9f8a4ebf1321520ae8)) | ||
| ## [3.0.4](https://github.com/NativeScript/nativescript-unit-test-runner/compare/v3.0.3...v3.0.4) (2022-05-23) | ||
@@ -2,0 +11,0 @@ |
+1
-1
| { | ||
| "name": "@nativescript/unit-test-runner", | ||
| "version": "4.0.0", | ||
| "version": "4.0.1", | ||
| "description": "NativeScript unit test runner", | ||
@@ -5,0 +5,0 @@ "main": "app/main.js", |
Dynamic require
Supply chain riskDynamic require can indicate the package is performing dangerous or unsafe dynamic code execution.
Found 1 instance in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
Dynamic require
Supply chain riskDynamic require can indicate the package is performing dangerous or unsafe dynamic code execution.
Found 1 instance in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
84277
0.27%989
-0.2%