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.30 to 2.0.1-alpha.31

lib/expectations/containAtLeastOneItemThat.d.ts

11

CHANGELOG.md

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

## [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)
### Bug Fixes
* **assertions:** wordsmithing ([bd13c4d](https://github.com/jan-molak/serenity-js/commit/bd13c4d))
## [2.0.1-alpha.30](https://github.com/jan-molak/serenity-js/compare/v2.0.1-alpha.29...v2.0.1-alpha.30) (2019-03-07)

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

2

lib/expectations/index.d.ts
export * from './and';
export * from './contains';
export * from './containAtLeastOneThat';
export * from './containAtLeastOneItemThat';
export * from './endsWith';

@@ -5,0 +5,0 @@ export * from './equals';

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

__export(require("./contains"));
__export(require("./containAtLeastOneThat"));
__export(require("./containAtLeastOneItemThat"));
__export(require("./endsWith"));

@@ -11,0 +11,0 @@ __export(require("./equals"));

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

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

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

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

},
"gitHead": "0eb2b7211db8b722bc450612dd3642d198b99e0b"
"gitHead": "869aa2e80ec4415a825927fd14d45f1b38fa94b2"
}
export * from './and';
export * from './contains';
export * from './containAtLeastOneThat';
export * from './containAtLeastOneItemThat';
export * from './endsWith';

@@ -5,0 +5,0 @@ export * from './equals';

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