Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

jasminewd

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jasminewd - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

7

CHANGELOG.md

@@ -0,1 +1,7 @@

# 1.0.1
## Bug Fixes
- ([c507b37](https://github.com/angular/jasminewd/commit/c507b37dd04cf267a437a579fc3b14063abb2ef8))
fix(index): stop infinite promise resolution
1.0.0

@@ -13,1 +19,2 @@ =====

- Enhances `expect` so that it automatically unwraps promises before performing the assertion.

4

index.js

@@ -162,3 +162,3 @@ /**

var expectation = expect(actual);
var expectation = originalExpect(actual);
if (not) {

@@ -199,3 +199,3 @@ expectation = expectation.not;

* @param {webdriver.promise.Promise} actualPromise The promise which will
* resolve to the acutal value being tested.
* resolve to the actual value being tested.
*/

@@ -202,0 +202,0 @@ function promiseMatchers(actualPromise) {

@@ -29,3 +29,3 @@ {

"license": "MIT",
"version": "1.0.0"
"version": "1.0.1"
}

@@ -1,2 +0,2 @@

jasminewd
jasminewd [![Build Status](https://travis-ci.org/angular/jasminewd.png?branch=master)](https://travis-ci.org/angular/jasminewd)
=========

@@ -3,0 +3,0 @@

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