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 3.0.0 to 3.0.1

8

dist/samsam.js

@@ -280,9 +280,3 @@ (function (global, factory) {

if (obj1 instanceof Error && obj2 instanceof Error) {
if (
obj1.constructor !== obj2.constructor ||
obj1.message !== obj2.message ||
obj1.stack !== obj2.stack
) {
return false;
}
return obj1 === obj2;
}

@@ -289,0 +283,0 @@

@@ -101,9 +101,3 @@ "use strict";

if (obj1 instanceof Error && obj2 instanceof Error) {
if (
obj1.constructor !== obj2.constructor ||
obj1.message !== obj2.message ||
obj1.stack !== obj2.stack
) {
return false;
}
return obj1 === obj2;
}

@@ -110,0 +104,0 @@

2

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

@@ -5,0 +5,0 @@ "homepage": "http://sinonjs.github.io/samsam/",

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