Socket
Socket
Sign inDemoInstall

global-input-react

Package Overview
Dependencies
39
Maintainers
1
Versions
185
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 4.6.0 to 4.6.1

2

dist/widgets.js

@@ -86,3 +86,3 @@ "use strict";

if (size === 0 || size) {
return null;
return undefined;
}

@@ -89,0 +89,0 @@

{
"name": "global-input-react",
"version": "4.6.0",
"version": "4.6.1",
"description": "global input react component",

@@ -75,2 +75,2 @@ "main": "./dist/index",

}
}
}

@@ -47,3 +47,3 @@ import React, { useEffect, useState } from 'react';

if (size === 0 || size) {
return null;
return undefined;
}

@@ -50,0 +50,0 @@ handleResize();

Sorry, the diff of this file is too big to display

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