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 5.2.0 to 5.3.0

dist/samsam.d.ts

10

CHANGES.md
# Changes
## 5.3.0
- [`fd8aabd`](https://github.com/sinonjs/samsam/commit/fd8aabd3768c199abc717dc6d793ef136419be72)
Generate .d.ts from JSDoc (Morgan Roderick)
>
> See https://humanwhocodes.com/snippets/2020/10/create-typescript-declarations-from-javascript-jsdoc/
>
_Released on 2020-11-16._
## 5.2.0

@@ -4,0 +14,0 @@

4

dist/samsam.js

@@ -547,3 +547,3 @@ (function (global, factory) {

/* eslint-disable-next-line local-rules/no-prototype-methods */
// eslint-disable-next-line @sinonjs/no-prototype-methods/no-prototype-methods
map.forEach(function(value, key) {

@@ -567,3 +567,3 @@ representation += "[" + stringify(key) + "," + stringify(value) + "],";

/* eslint-disable-next-line local-rules/no-prototype-methods */
// eslint-disable-next-line @sinonjs/no-prototype-methods/no-prototype-methods
iterable.forEach(function(value) {

@@ -570,0 +570,0 @@ representation += stringify(value) + ",";

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

/* eslint-disable-next-line local-rules/no-prototype-methods */
// eslint-disable-next-line @sinonjs/no-prototype-methods/no-prototype-methods
map.forEach(function(value, key) {

@@ -52,3 +52,3 @@ representation += "[" + stringify(key) + "," + stringify(value) + "],";

/* eslint-disable-next-line local-rules/no-prototype-methods */
// eslint-disable-next-line @sinonjs/no-prototype-methods/no-prototype-methods
iterable.forEach(function(value) {

@@ -55,0 +55,0 @@ representation += stringify(value) + ",";

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

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

"main": "./lib/samsam",
"types": "./dist/samsam.d.ts",
"repository": {

@@ -19,5 +20,6 @@ "type": "git",

"benchmark": "node lib/deep-equal-benchmark.js",
"build": "run-s build:dist-folder build:bundle",
"build": "run-s build:dist-folder build:bundle build:type-defs",
"build:bundle": "rollup -c",
"build:dist-folder": "mkdirp dist",
"build:type-defs": "tsc",
"jsdoc": "jsdoc -c jsdoc.conf.json",

@@ -51,2 +53,3 @@ "lint": "eslint .",

"devDependencies": {
"@sinonjs/eslint-plugin-no-prototype-methods": "^0.1.0",
"@sinonjs/referee": "^5.0.0",

@@ -60,3 +63,2 @@ "@studio/changes": "^2.0.0",

"eslint-plugin-jsdoc": "^22.1.0",
"eslint-plugin-local-rules": "^0.1.1",
"eslint-plugin-mocha": "^6.0.0",

@@ -81,3 +83,4 @@ "eslint-plugin-prettier": "^3.1.0",

"rollup": "^1.23.0",
"rollup-plugin-commonjs": "^10.1.0"
"rollup-plugin-commonjs": "^10.1.0",
"typescript": "^4.0.5"
},

@@ -84,0 +87,0 @@ "nyc": {

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