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

@serenity-js/web

Package Overview
Dependencies
Maintainers
1
Versions
122
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.7.2 to 3.8.0

8

CHANGELOG.md

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

# [3.8.0](https://github.com/serenity-js/serenity-js/compare/v3.7.2...v3.8.0) (2023-08-01)
**Note:** Version bump only for package @serenity-js/web
## [3.7.2](https://github.com/serenity-js/serenity-js/compare/v3.7.1...v3.7.2) (2023-07-26)

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

1

lib/screenplay/interactions/Navigate.d.ts

@@ -124,2 +124,3 @@ import type { Answerable } from '@serenity-js/core';

* import { Navigate, Cookie } from '@serenity-js/web'
* import { browser } from '@wdio/globals'
*

@@ -126,0 +127,0 @@ * await actorCalled('Hannu')

@@ -139,2 +139,3 @@ "use strict";

* import { Navigate, Cookie } from '@serenity-js/web'
* import { browser } from '@wdio/globals'
*

@@ -141,0 +142,0 @@ * await actorCalled('Hannu')

@@ -57,2 +57,3 @@ import type { Activity, Answerable, AnswersQuestions, UsesAbilities } from '@serenity-js/core';

* import { Click, Enter, Switch } from '@serenity-js/web'
* import { browser } from '@wdio/globals'
*

@@ -80,2 +81,3 @@ * await actorCalled('Francesca')

* import { Key, PageElement, Press, Switch, Value } from '@serenity-js/web'
* import { browser } from '@wdio/globals'
*

@@ -82,0 +84,0 @@ * const inputField = () =>

@@ -58,2 +58,3 @@ "use strict";

* import { Click, Enter, Switch } from '@serenity-js/web'
* import { browser } from '@wdio/globals'
*

@@ -81,2 +82,3 @@ * await actorCalled('Francesca')

* import { Key, PageElement, Press, Switch, Value } from '@serenity-js/web'
* import { browser } from '@wdio/globals'
*

@@ -83,0 +85,0 @@ * const inputField = () =>

8

package.json
{
"name": "@serenity-js/web",
"version": "3.7.2",
"version": "3.8.0",
"description": "Serenity/JS Screenplay Pattern APIs for the Web",

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

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

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

},
"gitHead": "1803ef1287e21b4b6239f0800788483fe4e9d580"
"gitHead": "5a054cb7304cf0133c3370768fe03db67c197e59"
}

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

* import { Navigate, Cookie } from '@serenity-js/web'
* import { browser } from '@wdio/globals'
*

@@ -147,0 +148,0 @@ * await actorCalled('Hannu')

@@ -59,2 +59,3 @@ import type { Activity, Actor, Answerable, AnswersQuestions, UsesAbilities } from '@serenity-js/core';

* import { Click, Enter, Switch } from '@serenity-js/web'
* import { browser } from '@wdio/globals'
*

@@ -82,2 +83,3 @@ * await actorCalled('Francesca')

* import { Key, PageElement, Press, Switch, Value } from '@serenity-js/web'
* import { browser } from '@wdio/globals'
*

@@ -84,0 +86,0 @@ * const inputField = () =>

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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