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

@iobroker/testing

Package Overview
Dependencies
Maintainers
6
Versions
69
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@iobroker/testing - npm Package Versions

234567

5.0.4

Diff
alcalzone
published 5.0.4 •

Changelog

Source

5.0.4 (2025-03-24)

  • Corrected the delState method in the adapter mock
alcalzone
published 5.0.3 •

Changelog

Source

5.0.3 (2025-01-23)

  • Packages were updated
alcalzone
published 5.0.2 •
alcalzone
published 5.0.0 •

Changelog

Source

5.0.0 (2024-09-14)

  • Types were migrated to '@iobroker/types' from '@types/iobroker'
alcalzone
published 4.1.3 •

Changelog

Source

4.1.3 (2024-04-17)

  • Allow (deprecated) HTML as admin UI in package tests, so old adapters using HTML UI can still utilize the rest of the package tests
alcalzone
published 4.1.2 •

Changelog

Source

4.1.2 (2024-04-17)

  • Fix: Use shell to spawn npm on Windows to prevent hanging
  • Fix: Duplicate logging of => false when testing if JS controller is running
alcalzone
published 4.1.1 •

Changelog

Source

4.1.1 (2024-03-05)

  • Add support for the new licenseInformation field in io-package.json
  • Add test for the tier field in io-package.json
  • Honor onlyWWW flag in io-package.json
alcalzone
published 4.1.0 •

Changelog

Source

4.1.0 (2022-08-30)

  • Support for specifying the JS-Controller version in integration tests
alcalzone
published 4.0.0 •

Changelog

Source

4.0.0 (2022-08-28)

  • BREAKING: Dropped support for Node.js 12
  • Allow skipping test suites (suite.skip()) and running single test suites (suite.only())
alcalzone
published 3.0.2 •

Changelog

Source

3.0.2 (2022-05-15)

  • Fix: Replace the harness argument to the suite() function with a getHarness() function to avoid accessing a stale harness.