Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@serenity-js/assertions

Package Overview
Dependencies
Maintainers
0
Versions
361
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@serenity-js/assertions - npm Package Compare versions

Comparing version 3.26.1 to 3.27.0

16

CHANGELOG.md

@@ -6,2 +6,18 @@ # Change Log

# [3.27.0](https://github.com/serenity-js/serenity-js/compare/v3.26.1...v3.27.0) (2024-09-06)
### Bug Fixes
* **core:** updated npm tags to improve discoverability ([432d331](https://github.com/serenity-js/serenity-js/commit/432d331aedb7b46fdd5291394521923ce66c1a2b))
### Features
* **core:** added support for Node 22, dropped support for Node 16 ([d5dea01](https://github.com/serenity-js/serenity-js/commit/d5dea013ed5d87f2e0cda8fa83da9fd021e4638d)), closes [#2518](https://github.com/serenity-js/serenity-js/issues/2518)
## [3.26.1](https://github.com/serenity-js/serenity-js/compare/v3.26.0...v3.26.1) (2024-09-03)

@@ -8,0 +24,0 @@

14

package.json
{
"name": "@serenity-js/assertions",
"version": "3.26.1",
"version": "3.27.0",
"description": "Serenity/JS universal assertion library supporting all types of functional tests, including both web and REST API scenarios",

@@ -22,4 +22,8 @@ "author": {

"keywords": [
"automation",
"integration",
"serenity",
"serenity-js",
"cucumber",
"screenplay",
"screenplay-pattern",
"tdd",

@@ -45,6 +49,6 @@ "bdd",

"engines": {
"node": "^16.13 || ^18.12 || ^20"
"node": "^18.12 || ^20 || ^22"
},
"dependencies": {
"@serenity-js/core": "3.26.1",
"@serenity-js/core": "3.27.0",
"tiny-types": "1.23.0"

@@ -62,3 +66,3 @@ },

},
"gitHead": "cad873513046dad486d02090303e4cb8b5cdfd58"
"gitHead": "736cbf65799edb0fb2b1e25c19487f26b077f701"
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc