Socket
Socket
Sign inDemoInstall

@semcore/outside-click

Package Overview
Dependencies
Maintainers
1
Versions
213
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.5.4 to 2.5.5

6

CHANGELOG.md

@@ -5,2 +5,8 @@ # Changelog

## [2.5.5] - 2022-11-30
### Fixed
- Fixed showing types in autocomplete IDE.
## [2.5.4] - 2022-11-30

@@ -7,0 +13,0 @@

4

lib/types/OutsideClick.d.ts

@@ -19,5 +19,3 @@ import React from 'react';

}
declare const _default: import("@semcore/core").ComponentType<IOutsideClickProps, {}, {}, {
[key: string]: (arg: unknown) => void;
}, null>;
declare const _default: <T>(props: IOutsideClickProps & T) => React.ReactElement;
export default _default;
{
"name": "@semcore/outside-click",
"description": "Semrush OutsideClick Component",
"version": "2.5.4",
"version": "2.5.5",
"main": "lib/cjs/index.js",

@@ -6,0 +6,0 @@ "module": "lib/es6/index.js",

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc