@sinonjs/samsam
Advanced tools
Comparing version 3.3.0 to 3.3.1
@@ -311,3 +311,3 @@ (function (global, factory) { | ||
var expectationSymbols = | ||
typeof Object.getOwnPropertySymbols === "function" | ||
typeof getOwnPropertySymbols === "function" | ||
? getOwnPropertySymbols(expectationObj) | ||
@@ -314,0 +314,0 @@ : []; |
@@ -119,3 +119,3 @@ "use strict"; | ||
var expectationSymbols = | ||
typeof Object.getOwnPropertySymbols === "function" | ||
typeof getOwnPropertySymbols === "function" | ||
? getOwnPropertySymbols(expectationObj) | ||
@@ -122,0 +122,0 @@ : []; |
{ | ||
"name": "@sinonjs/samsam", | ||
"version": "3.3.0", | ||
"version": "3.3.1", | ||
"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
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
89593