@sinonjs/samsam
Advanced tools
Comparing version 6.0.1 to 6.0.2
# Changes | ||
## 6.0.2 | ||
- [`144204d`](https://github.com/sinonjs/samsam/commit/144204d505526d5c382cb2f3dc2c2dd1378fe12d) | ||
Fix deep equal comparison between promises (#217) (David G. Miguel) | ||
_Released on 2021-05-24._ | ||
## 6.0.1 | ||
@@ -4,0 +11,0 @@ |
@@ -120,2 +120,6 @@ "use strict"; | ||
if (actualObj instanceof Promise && expectationObj instanceof Promise) { | ||
return actualObj === expectationObj; | ||
} | ||
if (actualObj instanceof Error && expectationObj instanceof Error) { | ||
@@ -122,0 +126,0 @@ return actualObj === expectationObj; |
{ | ||
"name": "@sinonjs/samsam", | ||
"version": "6.0.1", | ||
"version": "6.0.2", | ||
"description": "Value identification and comparison functions", | ||
@@ -5,0 +5,0 @@ "homepage": "http://sinonjs.github.io/samsam/", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
93259
1668
1