Socket
Socket
Sign inDemoInstall

@serenity-js/web

Package Overview
Dependencies
Maintainers
1
Versions
118
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@serenity-js/web - npm Package Compare versions

Comparing version 3.10.0 to 3.10.1

8

CHANGELOG.md

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

## [3.10.1](https://github.com/serenity-js/serenity-js/compare/v3.10.0...v3.10.1) (2023-09-01)
**Note:** Version bump only for package @serenity-js/web
# [3.10.0](https://github.com/serenity-js/serenity-js/compare/v3.9.1...v3.10.0) (2023-08-23)

@@ -8,0 +16,0 @@

2

lib/screenplay/models/PageElementsLocator.d.ts

@@ -7,3 +7,3 @@ import type { Answerable, AnswersQuestions, ChainableMetaQuestion, UsesAbilities } from '@serenity-js/core';

/**
* @package
* @group Models
*/

@@ -10,0 +10,0 @@ export declare class PageElementsLocator<Native_Element_Type = any> extends Question<Promise<Array<PageElement<Native_Element_Type>>>> implements ChainableMetaQuestion<PageElement<Native_Element_Type>, Question<Promise<Array<PageElement<Native_Element_Type>>>>> {

@@ -7,3 +7,3 @@ "use strict";

/**
* @package
* @group Models
*/

@@ -10,0 +10,0 @@ class PageElementsLocator extends core_1.Question {

{
"name": "@serenity-js/web",
"version": "3.10.0",
"version": "3.10.1",
"description": "Serenity/JS Screenplay Pattern APIs for the Web",

@@ -47,4 +47,4 @@ "author": {

"dependencies": {
"@serenity-js/assertions": "3.10.0",
"@serenity-js/core": "3.10.0",
"@serenity-js/assertions": "3.10.1",
"@serenity-js/core": "3.10.1",
"tiny-types": "^1.20.0"

@@ -60,5 +60,5 @@ },

"ts-node": "^10.9.1",
"typescript": "^5.1.6"
"typescript": "5.1.6"
},
"gitHead": "06ae5d8a702be0be2890e989c120715c32f6578a"
"gitHead": "7ab90f30b17ed745cad713363a27edfd7cdce08a"
}

@@ -10,3 +10,3 @@ import type { Answerable, AnswersQuestions, ChainableMetaQuestion, UsesAbilities } from '@serenity-js/core';

/**
* @package
* @group Models
*/

@@ -13,0 +13,0 @@ export class PageElementsLocator<Native_Element_Type = any>

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