Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@thi.ng/equiv

Package Overview
Dependencies
Maintainers
1
Versions
139
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@thi.ng/equiv - npm Package Compare versions

Comparing version 1.0.20 to 1.0.21

8

CHANGELOG.md

@@ -6,2 +6,10 @@ # Change Log

## [1.0.21](https://github.com/thi-ng/umbrella/compare/@thi.ng/equiv@1.0.20...@thi.ng/equiv@1.0.21) (2020-04-28)
**Note:** Version bump only for package @thi.ng/equiv
## [1.0.20](https://github.com/thi-ng/umbrella/compare/@thi.ng/equiv@1.0.19...@thi.ng/equiv@1.0.20) (2020-04-27)

@@ -8,0 +16,0 @@

11

package.json
{
"name": "@thi.ng/equiv",
"version": "1.0.20",
"version": "1.0.21",
"description": "Extensible deep value equivalence checking for any data types",

@@ -13,3 +13,7 @@ "module": "./index.js",

},
"homepage": "https://github.com/thi-ng/umbrella/tree/master/packages/equiv",
"homepage": "https://github.com/thi-ng/umbrella/tree/develop/packages/equiv#readme",
"funding": {
"type": "patreon",
"url": "https://patreon.com/thing_umbrella"
},
"author": "Karsten Schmidt <k+npm@thi.ng>",

@@ -22,2 +26,3 @@ "license": "Apache-2.0",

"build:test": "rimraf build && tsc -p test/tsconfig.json",
"build:check": "tsc --isolatedModules --noEmit",
"test": "mocha test",

@@ -69,3 +74,3 @@ "cover": "nyc mocha test && nyc report --reporter=lcov",

},
"gitHead": "9241bd0f7f20d33c16b505ddc2cf0cdba38d09f8"
"gitHead": "bb751118ba5a7261d322952a7ec5530860d73881"
}

@@ -47,2 +47,10 @@ <!-- This file is generated - DO NOT EDIT! -->

```html
// ES module
<script type="module" src="https://unpkg.com/@thi.ng/equiv?module" crossorigin></script>
// UMD
<script src="https://unpkg.com/@thi.ng/equiv/lib/index.umd.js" crossorigin></script>
```
Package sizes (gzipped, pre-treeshake): ESM: 487 bytes / CJS: 543 bytes / UMD: 604 bytes

@@ -49,0 +57,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