Socket
Socket
Sign inDemoInstall

@semcore/utils

Package Overview
Dependencies
5
Maintainers
1
Versions
288
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 3.24.0 to 3.25.0

6

CHANGELOG.md

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

## [3.25.0] - 2020-12-17
### Added
- Added supported react@17.
## [3.9.1] - 2020-03-24

@@ -186,0 +192,0 @@

2

lib/injectStyle.js

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

// @ts-ignore
var version = "3.24.0";
var version = "3.25.0";
sh = document.createElement('style');

@@ -43,0 +43,0 @@ sh.setAttribute('data-ui-v', version);

{
"name": "@semcore/utils",
"description": "SEMRush Utils Component",
"version": "3.24.0",
"version": "3.25.0",
"main": "lib/index.js",

@@ -17,3 +17,3 @@ "author": "Roman Lysov <r.lysov@semrush.com>",

"@babel/runtime": "^7.10",
"@types/react": "^16.9",
"@types/react": "16.8 - 17",
"classnames": "^2.2",

@@ -24,4 +24,4 @@ "hoist-non-react-statics": "^3.3",

"peerDependencies": {
"react": "^16.8",
"react-dom": "^16.8",
"react": "16.8 - 17",
"react-dom": "16.8 - 17",
"@semcore/core": "^1"

@@ -28,0 +28,0 @@ },

SocketSocket SOC 2 Logo

Product

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc