Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@semcore/utils

Package Overview
Dependencies
Maintainers
1
Versions
315
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@semcore/utils - npm Package Compare versions

Comparing version 2.4.0 to 2.4.1

8

CHANGELOG.md

@@ -5,4 +5,10 @@ # Changelog

## [2.4.0] - 2019-06-24
## [2.4.1] 2019-06-25
### Fixed
- Исправлены prop-types `WithAutoFocus`
## [2.4.0] - 2019-06-24
### Added

@@ -9,0 +15,0 @@

2

lib/enhances/WithAutoFocus.js

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

_defineProperty(EnhancedWithAutoFocus, "propTypes", {
autoFocus: (0, _propTypes.oneOfType)(_propTypes.bool, _propTypes.string)
autoFocus: (0, _propTypes.oneOfType)([_propTypes.bool, _propTypes.string])
});

@@ -79,0 +79,0 @@

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

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

@@ -10,3 +10,3 @@ import React, { PureComponent } from 'react';

static propTypes = {
autoFocus: oneOfType(bool, string),
autoFocus: oneOfType([bool, string]),
};

@@ -13,0 +13,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