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

react-polymorphic-box

Package Overview
Dependencies
Maintainers
1
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-polymorphic-box - npm Package Compare versions

Comparing version 3.0.2 to 3.0.3

2

CHANGELOG.md

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

### [3.0.3](https://github.com/kripod/react-polymorphic-box/compare/v3.0.2...v3.0.3) (2020-12-16)
### [3.0.2](https://github.com/kripod/react-polymorphic-box/compare/v3.0.0...v3.0.2) (2020-11-01)

@@ -7,0 +9,0 @@

4

package.json
{
"name": "react-polymorphic-box",
"version": "3.0.2",
"version": "3.0.3",
"description": "Building blocks for strongly typed polymorphic components in React.",

@@ -87,4 +87,4 @@ "keywords": [

"peerDependencies": {
"react": "^16.3.0"
"react": ">=16.3"
}
}

@@ -103,3 +103,3 @@ # react-polymorphic-box

{ color, style, ...restProps }: HeadingProps<E>,
innerRef: typeof restProps.ref
ref: typeof restProps.ref
) => {

@@ -109,5 +109,5 @@ return (

as={defaultElement}
ref={ref}
style={{ color, ...style }}
{...restProps}
ref={innerRef}
/>

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