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 1.0.3 to 1.0.4

dist-src/utils.js

6

CHANGELOG.md

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

### [1.0.4](https://github.com/kripod/react-polymorphic-box/compare/v1.0.3...v1.0.4) (2020-02-15)
### Bug Fixes
- missing `PropsOf` type ([4a685a1](https://github.com/kripod/react-polymorphic-box/commit/4a685a1f46fabf55700de32fe9f1838d2c4595ce))
### [1.0.3](https://github.com/kripod/react-polymorphic-box/compare/v1.0.2...v1.0.3) (2020-02-15)

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

2

dist-types/Box.d.ts
import React from 'react';
import { PropsOf } from './utils.d';
import { PropsOf } from './utils';
export interface BoxOwnProps<E extends React.ElementType = React.ElementType> {

@@ -4,0 +4,0 @@ as?: E;

{
"name": "react-polymorphic-box",
"description": "Building blocks for strongly typed polymorphic components in React.",
"version": "1.0.3",
"version": "1.0.4",
"license": "MIT",

@@ -6,0 +6,0 @@ "files": [

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