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

@serenity-js/assertions

Package Overview
Dependencies
Maintainers
1
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.14.0 to 3.14.1

12

CHANGELOG.md

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

## [3.14.1](https://github.com/serenity-js/serenity-js/compare/v3.14.0...v3.14.1) (2023-12-10)
### Bug Fixes
* **core:** added provenance statements ([04c2d87](https://github.com/serenity-js/serenity-js/commit/04c2d878be0f2d853b14e4fa390f312688b868cf))
* **core:** pinned all the direct dependencies ([498b336](https://github.com/serenity-js/serenity-js/commit/498b33614f678327ba207b30e3b2452728545aaf))
# [3.14.0](https://github.com/serenity-js/serenity-js/compare/v3.13.3...v3.14.0) (2023-12-02)

@@ -8,0 +20,0 @@

21

package.json
{
"name": "@serenity-js/assertions",
"version": "3.14.0",
"version": "3.14.1",
"description": "Screenplay-style assertion library",

@@ -16,3 +16,4 @@ "author": {

"publishConfig": {
"access": "public"
"access": "public",
"provenance": true
},

@@ -47,16 +48,16 @@ "main": "lib/index.js",

"dependencies": {
"@serenity-js/core": "3.14.0",
"tiny-types": "^1.21.0"
"@serenity-js/core": "3.14.1",
"tiny-types": "1.21.0"
},
"devDependencies": {
"@integration/testing-tools": "3.0.0",
"@types/chai": "^4.3.11",
"@types/mocha": "^10.0.6",
"@types/chai": "4.3.11",
"@types/mocha": "10.0.6",
"c8": "8.0.1",
"mocha": "^10.2.0",
"mocha-multi": "^1.1.7",
"ts-node": "^10.9.1",
"mocha": "10.2.0",
"mocha-multi": "1.1.7",
"ts-node": "10.9.2",
"typescript": "5.1.6"
},
"gitHead": "a81b85d03b62c662c00aecebc75ed35a97815a6b"
"gitHead": "27c466fdd19ebeb766b8517c847f1163e8ed8d6f"
}
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