Socket
Socket
Sign inDemoInstall

@sinonjs/samsam

Package Overview
Dependencies
Maintainers
5
Versions
40
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@sinonjs/samsam - npm Package Compare versions

Comparing version 2.1.2 to 2.1.3

7

dist/samsam.js

@@ -429,2 +429,6 @@ (function (global, factory) {

if (object === null) {
return false;
}
if (isSet_1(object)) {

@@ -446,2 +450,5 @@ return isSubset_1(matcher, object, match);

}
if (typeof object !== "object") {
return false;
}
var prop;

@@ -448,0 +455,0 @@ // eslint-disable-next-line guard-for-in

@@ -72,2 +72,6 @@ "use strict";

if (object === null) {
return false;
}
if (isSet(object)) {

@@ -89,2 +93,5 @@ return isSubset(matcher, object, match);

}
if (typeof object !== "object") {
return false;
}
var prop;

@@ -91,0 +98,0 @@ // eslint-disable-next-line guard-for-in

6

package.json
{
"name": "@sinonjs/samsam",
"version": "2.1.2",
"version": "2.1.3",
"description": "Value identification and comparison functions",

@@ -45,4 +45,4 @@ "homepage": "http://sinonjs.github.io/samsam/",

"husky": "^0.14.3",
"jsdom": "^9.12.0",
"jsdom-global": "^2.1.1",
"jsdom": "^13.0.0",
"jsdom-global": "^3.0.2",
"lint-staged": "^6.1.0",

@@ -49,0 +49,0 @@ "microtime": "2.1.8",

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