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.0.0-rc.26 to 3.0.0-rc.27

8

CHANGELOG.md

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

# [3.0.0-rc.27](https://github.com/serenity-js/serenity-js/compare/v3.0.0-rc.26...v3.0.0-rc.27) (2022-08-26)
**Note:** Version bump only for package @serenity-js/web
# [3.0.0-rc.26](https://github.com/serenity-js/serenity-js/compare/v3.0.0-rc.25...v3.0.0-rc.26) (2022-08-15)

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

6

lib/screenplay/models/Page.d.ts

@@ -306,3 +306,3 @@ /// <reference types="node" />

*
* Unlike executing synchronous JavaScript with {@apilink BrowseTheWeb#executeScript},
* Unlike executing synchronous JavaScript with {@apilink Page.executeScript},
* scripts executed with this function must explicitly signal they are finished by invoking the provided callback.

@@ -352,4 +352,4 @@ *

/**
* Returns the last result of calling {@apilink BrowseTheWeb#executeAsyncScript}
* or {@apilink BrowseTheWeb.executeScript}
* Returns the last result of calling {@apilink Page.executeAsyncScript}
* or {@apilink Page.executeScript}
*/

@@ -356,0 +356,0 @@ abstract lastScriptExecutionResult<R = any>(): R;

{
"name": "@serenity-js/web",
"version": "3.0.0-rc.26",
"version": "3.0.0-rc.27",
"description": "Serenity/JS Screenplay Pattern APIs for the Web",

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

"dependencies": {
"@serenity-js/assertions": "3.0.0-rc.26",
"@serenity-js/core": "3.0.0-rc.26",
"@serenity-js/assertions": "3.0.0-rc.27",
"@serenity-js/core": "3.0.0-rc.27",
"tiny-types": "^1.19.0"

@@ -60,3 +60,3 @@ },

},
"gitHead": "ff528f67829479719afbae50a162e76d731334d5"
"gitHead": "9794f699256c8e7db0d6969ce95b9ce070c3ea73"
}

@@ -379,3 +379,3 @@ import { Expectation, ExpectationMet, ExpectationOutcome, LogicError, Optional, Question, QuestionAdapter } from '@serenity-js/core';

*
* Unlike executing synchronous JavaScript with {@apilink BrowseTheWeb#executeScript},
* Unlike executing synchronous JavaScript with {@apilink Page.executeScript},
* scripts executed with this function must explicitly signal they are finished by invoking the provided callback.

@@ -429,4 +429,4 @@ *

/**
* Returns the last result of calling {@apilink BrowseTheWeb#executeAsyncScript}
* or {@apilink BrowseTheWeb.executeScript}
* Returns the last result of calling {@apilink Page.executeAsyncScript}
* or {@apilink Page.executeScript}
*/

@@ -433,0 +433,0 @@ abstract lastScriptExecutionResult<R = any>(): R;

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