
Security News
OWASP 2025 Top 10 Adds Software Supply Chain Failures, Ranked Top Community Concern
OWASP’s 2025 Top 10 introduces Software Supply Chain Failures as a new category, reflecting rising concern over dependency and build system risks.
@nativescript/unit-test-runner
Advanced tools
Refer to the documentation of NativeScript CLI's ns test init command for usage.
If you encounter an issue, please log it at https://github.com/NativeScript/nativescript-cli/
If you see an error like this:
Error: connect ECONNREFUSED ::1:9876
at TCPConnectWrap.afterConnect [as oncomplete] (node:net:1195:16)
When using node 17 or higher, make sure your karma.conf.js contains a server hostname setting, for example:
// web server hostname (ensure this is present)
hostname: '127.0.0.1',
// web server port
port: 9876,
See here for changeset in CLI which adds that to all newly initialized unit test setups.
FAQs
NativeScript unit test runner
The npm package @nativescript/unit-test-runner receives a total of 466 weekly downloads. As such, @nativescript/unit-test-runner popularity was classified as not popular.
We found that @nativescript/unit-test-runner demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 18 open source maintainers collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
OWASP’s 2025 Top 10 introduces Software Supply Chain Failures as a new category, reflecting rising concern over dependency and build system risks.

Research
/Security News
Socket researchers discovered nine malicious NuGet packages that use time-delayed payloads to crash applications and corrupt industrial control systems.

Security News
Socket CTO Ahmad Nassri discusses why supply chain attacks now target developer machines and what AI means for the future of enterprise security.