Socket
Socket
Sign inDemoInstall

enzyme-to-json

Package Overview
Dependencies
105
Maintainers
2
Versions
55
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 3.1.2 to 3.1.3

2

package.json
{
"version": "3.1.2",
"version": "3.1.3",
"name": "enzyme-to-json",

@@ -4,0 +4,0 @@ "description": "convert enzyme wrapper to a format compatible with Jest snapshot",

@@ -52,3 +52,3 @@ 'use strict';

if ((0, _isNil2.default)(node)) {
if ((0, _isNil2.default)(node) || node === false) {
return '';

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