🚨 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.3-0
to
2.2.3
+4
-1
CHANGELOG.md

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

## [Unreleased]
## [2.2.3] - 2025-02-04
### Changed

@@ -48,3 +50,4 @@ - Update copyright header to 2025

[Unreleased]: https://github.com/subquery/subql/compare/testing/2.2.2...HEAD
[Unreleased]: https://github.com/subquery/subql/compare/testing/2.2.3...HEAD
[2.2.3]: https://github.com/subquery/subql/compare/testing/2.2.2...testing/2.2.3
[2.2.2]: https://github.com/subquery/subql/compare/testing/2.2.1...testing/2.2.2

@@ -51,0 +54,0 @@ [2.2.1]: https://github.com/subquery/subql/compare/testing/2.2.0...testing/2.2.1

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

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

"dependencies": {
"@subql/types-core": "^2.0.1-0"
},
"stableVersion": "2.2.2"
"@subql/types-core": "^2.0.1"
}
}