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.1.0 to 3.1.1

10

dist/samsam.js
(function (global, factory) {
typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports, require('@sinonjs/commons'), require('lodash.get')) :
typeof define === 'function' && define.amd ? define(['exports', '@sinonjs/commons', 'lodash.get'], factory) :
typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports, require('@sinonjs/commons'), require('lodash')) :
typeof define === 'function' && define.amd ? define(['exports', '@sinonjs/commons', 'lodash'], factory) :
(factory((global.samsam = {}),global.require$$0,global.lodash));

@@ -438,4 +438,4 @@ }(this, (function (exports,require$$0,lodash) { 'use strict';

var functionName = require$$0.functionName;
var get = lodash.get;
var objectProto = require$$0.prototypes.object;

@@ -721,7 +721,7 @@ var stringProto = require$$0.prototypes.string;

actual === null ||
lodash(actual, property) === undefined
get(actual, property) === undefined
) {
return false;
}
return onlyProperty || deepEqual$1(lodash(actual, property), value);
return onlyProperty || deepEqual$1(get(actual, property), value);
}, message);

@@ -728,0 +728,0 @@ };

@@ -7,3 +7,3 @@ "use strict";

var functionName = require("@sinonjs/commons").functionName;
var get = require("lodash.get");
var get = require("lodash").get;
var iterableToString = require("./iterable-to-string");

@@ -10,0 +10,0 @@ var objectProto = require("@sinonjs/commons").prototypes.object;

{
"name": "@sinonjs/samsam",
"version": "3.1.0",
"version": "3.1.1",
"description": "Value identification and comparison functions",

@@ -37,3 +37,3 @@ "homepage": "http://sinonjs.github.io/samsam/",

"array-from": "^2.1.1",
"lodash.get": "^4.4.2"
"lodash": "^4.17.11"
},

@@ -58,3 +58,3 @@ "devDependencies": {

"npm-run-all": "^4.1.2",
"nyc": "^11.7.3",
"nyc": "^13.2.0",
"prettier": "1.13.7",

@@ -61,0 +61,0 @@ "rollup": "^0.57.1",

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