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

lib/expectations/containAtLeastOneThat.d.ts

11

CHANGELOG.md

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

## [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)
### Features
* **assertions:** containAtLeastOneThat(expectation) ([dec5618](https://github.com/jan-molak/serenity-js/commit/dec5618))
## [2.0.1-alpha.29](https://github.com/jan-molak/serenity-js/compare/v2.0.1-alpha.28...v2.0.1-alpha.29) (2019-03-06)

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

1

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

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

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

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

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

10

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

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

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

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

},
"gitHead": "20c9e4620b5490fd64adcccf42c5fef42f88e71c"
"gitHead": "0eb2b7211db8b722bc450612dd3642d198b99e0b"
}
export * from './and';
export * from './contains';
export * from './containAtLeastOneThat';
export * from './endsWith';

@@ -4,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