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.4.14 to 2.5.0

LICENSE

62

CHANGELOG.md

@@ -5,68 +5,14 @@ # Changelog

## [2.4.14] - 2022-10-04
## [2.5.0] - 2022-10-10
### Changed
- Version patch update due to children dependencies update (`@semcore/utils` [3.37.1 ~> 3.37.2]).
- Added support for React 18 🔥
## [2.4.13] - 2022-08-30
## [2.4.14] - 2022-10-04
### Changed
- Version patch update due to children dependencies update (`@semcore/utils` [3.37.0 ~> 3.37.1]).
- Version patch update due to children dependencies update (`@semcore/utils` [3.37.1 ~> 3.37.2]).
## [2.4.12] - 2022-08-18
### Changed
- Version patch update due to children dependencies update (`@semcore/utils` [3.36.0 ~> 3.37.0]).
## [2.4.11] - 2022-08-11
### Changed
- Version patch update due to children dependencies update (`@semcore/utils` [3.35.1 ~> 3.36.0]).
## [2.4.10] - 2022-08-01
### Changed
- Version patch update due to children dependencies update (`@semcore/utils` [3.35.0 ~> 3.35.1]).
## [2.4.9] - 2022-07-22
### Changed
- Version patch update due to children dependencies update (`@semcore/utils` [3.34.0 ~> 3.35.0]).
## [2.4.7] - 2022-07-07
### Changed
- Version patch update due to children dependencies update (`@semcore/utils` [3.33.0 ~> 3.34.0]).
## [2.4.6] - 2022-06-02
### Changed
- Version patch update due to children dependencies update (`@semcore/utils` [3.32.2 ~> 3.33.0]).
## [2.4.5] - 2022-05-31
### Changed
- Version patch update due to children dependencies update (`@semcore/utils` [3.32.1 ~> 3.32.2]).
## [2.4.4] - 2022-05-19
### Changed
- Version patch update due to children dependencies update (`@semcore/utils` [3.32.0 ~> 3.32.1]).
## [2.4.3] - 2022-03-14
### Changed
- Version patch update due to children dependencies update (`@semcore/utils` [3.31.2 ~> 3.31.2]).
## [2.4.2] - 2022-02-24

@@ -73,0 +19,0 @@

{
"name": "@semcore/outside-click",
"description": "Semrush OutsideClick Component",
"version": "2.4.14",
"version": "2.5.0",
"main": "lib/cjs/index.js",

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

"license": "MIT",
"scripts": {
"build": "pnpm semcore-builder",
"test": "jest"
},
"dependencies": {

@@ -21,4 +17,4 @@ "@semcore/utils": "^3.15"

"@semcore/core": "^1",
"react": "16.8 - 17",
"react-dom": "16.8 - 17"
"react": "16.8 - 18",
"react-dom": "16.8 - 18"
},

@@ -34,5 +30,9 @@ "jest": {

"devDependencies": {
"@types/react": "16.8 - 17",
"@types/react": "18.0.21",
"@semcore/jest-preset-ui": "1.0.0"
},
"scripts": {
"build": "pnpm semcore-builder",
"test": "jest"
}
}
}
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