Socket
Socket
Sign inDemoInstall

@sendgrid/ui-components

Package Overview
Dependencies
Maintainers
5
Versions
272
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@sendgrid/ui-components - npm Package Compare versions

Comparing version 1.44.12 to 1.44.13

4

dropdown-button.js

@@ -30,5 +30,3 @@ var __rest = (this && this.__rest) || function (s, e) {

if (this.state.active) {
document.addEventListener('click', this.dismissDropdown, {
capture: true,
});
document.addEventListener('click', this.dismissDropdown);
}

@@ -35,0 +33,0 @@ });

@@ -27,5 +27,3 @@ var __rest = (this && this.__rest) || function (s, e) {

if (active) {
document.addEventListener('click', this.dismissDropdown, {
capture: true,
});
document.addEventListener('click', this.dismissDropdown);
}

@@ -32,0 +30,0 @@ return { active };

{
"name": "@sendgrid/ui-components",
"version": "1.44.12",
"version": "1.44.13",
"description": "Reusable UI components for Sendgrid's applications.",

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

@@ -12,3 +12,3 @@ import React from 'react';

if (editing) {
document.addEventListener('click', this.submit, { capture: true });
document.addEventListener('click', this.submit);
}

@@ -46,3 +46,3 @@ return { editing };

if (this.props.editing) {
document.addEventListener('click', this.submit, { capture: true });
document.addEventListener('click', this.submit);
}

@@ -49,0 +49,0 @@ }

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