Socket
Socket
Sign inDemoInstall

amp-is-object-equal

Package Overview
Dependencies
6
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.1 to 1.0.2

2

is-object-equal.js

@@ -12,3 +12,3 @@ var hasOwn = Object.prototype.hasOwnProperty;

if (a === b) return a !== 0 || 1 / a === 1 / b;
// A strict comparison is necessary because `null == require('amp-`.
// A strict comparison is necessary because `null == undefined`.
if (a == null || b == null) return a === b;

@@ -15,0 +15,0 @@ // Compare `[[Class]]` names.

{
"name": "amp-is-object-equal",
"description": "is-object-equal function part of http://amp.ampersandjs.com.",
"version": "1.0.1",
"version": "1.0.2",
"author": "Henrik Joreteg <henrik@andyet.net>",

@@ -9,4 +9,4 @@ "amp": {

"size": {
"original": "6.34 kB",
"minified": "783 B"
"original": "6.45 kB",
"minified": "809 B"
}

@@ -13,0 +13,0 @@ },

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc