Socket
Socket
Sign inDemoInstall

@serenity-js/assertions

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/assertions - npm Package Compare versions

Comparing version 2.0.1-alpha.31 to 2.0.1-alpha.32

lib/expectations/containItemsWhereEachItem.d.ts

11

CHANGELOG.md

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

## [2.0.1-alpha.32](https://github.com/jan-molak/serenity-js/compare/v2.0.1-alpha.31...v2.0.1-alpha.32) (2019-03-13)
### Features
* **assertions:** isBefore, isAfter and containItemsWhereEachItem expectations ([db6e465](https://github.com/jan-molak/serenity-js/commit/db6e465))
## [2.0.1-alpha.31](https://github.com/jan-molak/serenity-js/compare/v2.0.1-alpha.30...v2.0.1-alpha.31) (2019-03-07)

@@ -8,0 +19,0 @@

3

lib/expectations/index.d.ts
export * from './and';
export * from './contains';
export * from './containAtLeastOneItemThat';
export * from './containItemsWhereEachItem';
export * from './endsWith';
export * from './equals';
export * from './includes';
export * from './isAfter';
export * from './isBefore';
export * from './isGreaterThan';

@@ -8,0 +11,0 @@ export * from './isLessThan';

@@ -9,5 +9,8 @@ "use strict";

__export(require("./containAtLeastOneItemThat"));
__export(require("./containItemsWhereEachItem"));
__export(require("./endsWith"));
__export(require("./equals"));
__export(require("./includes"));
__export(require("./isAfter"));
__export(require("./isBefore"));
__export(require("./isGreaterThan"));

@@ -14,0 +17,0 @@ __export(require("./isLessThan"));

10

package.json
{
"name": "@serenity-js/assertions",
"version": "2.0.1-alpha.31",
"version": "2.0.1-alpha.32",
"description": "Screenplay-style assertion library",

@@ -48,5 +48,5 @@ "author": {

"devDependencies": {
"@documentation/esdoc-template": "2.0.1-alpha.31",
"@integration/testing-tools": "2.0.1-alpha.31",
"@serenity-js/core": "2.0.1-alpha.31",
"@documentation/esdoc-template": "2.0.1-alpha.32",
"@integration/testing-tools": "2.0.1-alpha.32",
"@serenity-js/core": "2.0.1-alpha.32",
"tiny-types": "1.11.3"

@@ -77,3 +77,3 @@ },

},
"gitHead": "869aa2e80ec4415a825927fd14d45f1b38fa94b2"
"gitHead": "1b0b5d9c738aa35652c362b61b07a0a0c7fa4f31"
}

@@ -14,2 +14,3 @@ import { AnswersQuestions } from '@serenity-js/core';

}
answeredBy(actor: AnswersQuestions): (actual: Actual[]) => Promise<Outcome<Expected, Actual[]>> {

@@ -16,0 +17,0 @@ return (actual: Actual[]) =>

export * from './and';
export * from './contains';
export * from './containAtLeastOneItemThat';
export * from './containItemsWhereEachItem';
export * from './endsWith';
export * from './equals';
export * from './includes';
export * from './isAfter';
export * from './isBefore';
export * from './isGreaterThan';

@@ -8,0 +11,0 @@ export * from './isLessThan';

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