Socket
Socket
Sign inDemoInstall

@serenity-js/rest

Package Overview
Dependencies
Maintainers
1
Versions
360
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@serenity-js/rest - npm Package Compare versions

Comparing version 3.16.2 to 3.17.0

8

CHANGELOG.md

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

# [3.17.0](https://github.com/serenity-js/serenity-js/compare/v3.16.2...v3.17.0) (2024-02-10)
**Note:** Version bump only for package @serenity-js/rest
## [3.16.2](https://github.com/serenity-js/serenity-js/compare/v3.16.1...v3.16.2) (2024-02-05)

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

2

lib/screenplay/models/PostRequest.d.ts

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

* .attemptsTo(
* Send.a(PostRequest.to('/feedback').with(postData).using({
* Send.a(PostRequest.to('/feedback').with(formData).using({
* headers: {

@@ -57,0 +57,0 @@ * 'Content-Type': 'application/x-www-form-urlencoded',

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

* .attemptsTo(
* Send.a(PostRequest.to('/feedback').with(postData).using({
* Send.a(PostRequest.to('/feedback').with(formData).using({
* headers: {

@@ -59,0 +59,0 @@ * 'Content-Type': 'application/x-www-form-urlencoded',

{
"name": "@serenity-js/rest",
"version": "3.16.2",
"version": "3.17.0",
"description": "Test REST APIs with Serenity/JS",

@@ -49,3 +49,3 @@ "author": {

"dependencies": {
"@serenity-js/core": "3.16.2",
"@serenity-js/core": "3.17.0",
"agent-base": "7.1.0",

@@ -60,3 +60,3 @@ "axios": "1.6.7",

"@integration/testing-tools": "3.0.0",
"@serenity-js/assertions": "3.16.2",
"@serenity-js/assertions": "3.17.0",
"@types/chai": "4.3.11",

@@ -66,3 +66,3 @@ "@types/mocha": "10.0.6",

"c8": "9.1.0",
"mocha": "10.2.0",
"mocha": "10.3.0",
"mocha-multi": "1.1.7",

@@ -72,3 +72,3 @@ "ts-node": "10.9.2",

},
"gitHead": "d24b15b34b550b0a9b2541529e8d1f92a30f8944"
"gitHead": "a60f6d1cb17807240f32f6c7cb1014df52f26c16"
}

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

* .attemptsTo(
* Send.a(PostRequest.to('/feedback').with(postData).using({
* Send.a(PostRequest.to('/feedback').with(formData).using({
* headers: {

@@ -60,0 +60,0 @@ * 'Content-Type': 'application/x-www-form-urlencoded',

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