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.3.0 to 5.3.1

types/array-types.d.ts

21

CHANGES.md
# Changes
## 5.3.1
- [`04e0faa`](https://github.com/sinonjs/samsam/commit/04e0faa88d8a08325c6d70febed9dad4e7eeabfe)
Distribute package as source (Morgan Roderick)
>
> This library is not meant for writing end user applications or even for
> being used directly when writing tests. It is not meant to be loaded
> directly by browsers.
>
> Consumers of this package are assumed to use their own bundlers, should
> they need to bundle code for use in browsers or workers.
>
> Therefore, it is safe to distribute the package as source files and not
> bundle them up.
>
> This allows us to remove the bundler and its transitive dependencies,
> which reduces the maintenance burden of managing the library.
>
_Released on 2021-01-13._
## 5.3.0

@@ -4,0 +25,0 @@

16

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

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

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

@@ -20,6 +20,3 @@ "type": "git",

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

@@ -42,6 +39,6 @@ "lint": "eslint .",

"files": [
"dist/",
"docs/",
"lib/",
"!lib/**/*.test.js"
"!lib/**/*.test.js",
"types/"
],

@@ -75,3 +72,2 @@ "dependencies": {

"mochify": "^6.6.0",
"npm-run-all": "^4.1.2",
"nyc": "^15.0.0",

@@ -82,4 +78,2 @@ "prettier": "^1.18.2",

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

@@ -86,0 +80,0 @@ },

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