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

deep-eql

Package Overview
Dependencies
Maintainers
1
Versions
23
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

deep-eql - npm Package Compare versions

Comparing version 0.1.2 to 0.1.3

6

History.md
0.1.3 / 2013-10-10
==================
* pkg: update type-detect version
* index,test: conditional require in test bootstrap
0.1.2 / 2013-09-18

@@ -3,0 +9,0 @@ ==================

4

index.js

@@ -1,3 +0,1 @@

module.exports = process.env.eql_COV
? require('./lib-cov/eql')
: require('./lib/eql');
module.exports = require('./lib/eql');
{
"name": "deep-eql"
, "version": "0.1.2"
, "version": "0.1.3"
, "description": "Improved deep equality testing for Node.js and the browser."

@@ -25,3 +25,3 @@ , "author": "Jake Luer <jake@alogicalparadox.com>"

, "dependencies": {
"type-detect": "0.1.0"
"type-detect": "0.1.1"
}

@@ -28,0 +28,0 @@ , "devDependencies": {

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