Socket
Socket
Sign inDemoInstall

@serenity-js/assertions

Package Overview
Dependencies
Maintainers
1
Versions
357
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.21 to 2.0.1-alpha.22

16

CHANGELOG.md

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

## [2.0.1-alpha.22](https://github.com/jan-molak/serenity-js/compare/v2.0.1-alpha.21...v2.0.1-alpha.22) (2019-02-27)
### Bug Fixes
* **protractor:** Ensure Protractor ElementFinder is never wrapped in a promise as that makes it fail ([c7994dd](https://github.com/jan-molak/serenity-js/commit/c7994dd))
### Features
* **protractor:** Nestable Targets, relative Questions and improvements to Pick ([56ea633](https://github.com/jan-molak/serenity-js/commit/56ea633))
## [2.0.1-alpha.21](https://github.com/jan-molak/serenity-js/compare/v2.0.1-alpha.20...v2.0.1-alpha.21) (2019-02-21)

@@ -8,0 +24,0 @@

2

lib/index.d.ts
export * from './Check';
export * from './Expectation';
export * from './errors';
export * from './expectations';
export * from './Ensure';
export * from './outcomes';
export * from './Pick';

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

__export(require("./Expectation"));
__export(require("./errors"));
__export(require("./expectations"));
__export(require("./Ensure"));
__export(require("./outcomes"));
__export(require("./Pick"));
//# sourceMappingURL=index.js.map
{
"name": "@serenity-js/assertions",
"version": "2.0.1-alpha.21",
"version": "2.0.1-alpha.22",
"description": "Screenplay-style assertion library",

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

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

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

},
"gitHead": "58bfcf28d2e91ee0d18da260f0a985a4a3f6a990"
"gitHead": "dc65e88905bc298e47ec2b697c5cd14cafb5b32d"
}
export * from './Check';
export * from './Expectation';
export * from './errors';
export * from './expectations';
export * from './Ensure';
export * from './outcomes';
export * from './Pick';

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