🚨 Latest Research:Tanstack npm Packages Compromised in Ongoing Mini Shai-Hulud Supply-Chain Attack.Learn More
Socket
Book a DemoSign in
Socket

@subql/testing

Package Overview
Dependencies
Maintainers
2
Versions
26
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@subql/testing - npm Package Compare versions

Comparing version
2.2.5-0
to
2.3.0
+4
-1
CHANGELOG.md

@@ -8,2 +8,4 @@ # Changelog

## [Unreleased]
## [2.3.0] - 2025-07-01
### Removed

@@ -56,3 +58,4 @@ - Test files and artifacts from published package (#2838)

[Unreleased]: https://github.com/subquery/subql/compare/testing/2.2.4...HEAD
[Unreleased]: https://github.com/subquery/subql/compare/testing/2.3.0...HEAD
[2.3.0]: https://github.com/subquery/subql/compare/testing/2.2.4...testing/2.3.0
[2.2.4]: https://github.com/subquery/subql/compare/testing/2.2.3...testing/2.2.4

@@ -59,0 +62,0 @@ [2.2.3]: https://github.com/subquery/subql/compare/testing/2.2.2...testing/2.2.3

+3
-4
{
"name": "@subql/testing",
"version": "2.2.5-0",
"version": "2.3.0",
"scripts": {

@@ -26,5 +26,4 @@ "test": "echo \"Error: no test specified\" && exit 1",

"dependencies": {
"@subql/types-core": "^2.0.3-0"
},
"stableVersion": "2.2.4"
"@subql/types-core": "^2.1.0"
}
}