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

shades

Package Overview
Dependencies
Maintainers
1
Versions
39
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

shades - npm Package Compare versions

Comparing version 1.3.0 to 1.3.1

2

lib/utils/utils.js

@@ -87,5 +87,5 @@ 'use strict';

return every(Object.keys(pattern).map(function (key) {
return _typeof(pattern[key]) === 'object' && _typeof(obj[key]) === 'object' ? has(pattern[key])(obj[key]) : obj[key] === pattern[key];
return _typeof(pattern[key]) === 'object' && _typeof(obj[key]) === 'object' && pattern[key] !== null ? has(pattern[key])(obj[key]) : obj[key] === pattern[key];
}));
};
};
{
"name": "shades",
"version": "1.3.0",
"version": "1.3.1",
"description": "Lens-like functionality with a lodash-style interface.",

@@ -5,0 +5,0 @@ "main": "lib/index.js",

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