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

react-polymorphic-types

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-polymorphic-types - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

10

CHANGELOG.md

@@ -10,2 +10,9 @@ # Changelog

## [1.0.2] - 2020-12-27
### Changed
- block external access to auxiliary types
- reference `@types/react` explicitly
## [1.0.1] - 2020-12-27

@@ -24,4 +31,5 @@

[unreleased]: https://github.com/kripod/react-polymorphic-types/compare/v1.0.1...HEAD
[unreleased]: https://github.com/kripod/react-polymorphic-types/compare/v1.0.2...HEAD
[1.0.2]: https://github.com/kripod/react-polymorphic-types/compare/v1.0.1...v1.0.2
[1.0.1]: https://github.com/kripod/react-polymorphic-types/compare/v1.0.0...v1.0.1
[1.0.0]: https://github.com/kripod/react-polymorphic-types/releases/tag/v1.0.0

@@ -0,1 +1,6 @@

/// <reference types="react" />
// Block external access to auxiliary types
export {};
type Merge<T, U> = Omit<T, keyof U> & U;

@@ -2,0 +7,0 @@

2

package.json
{
"name": "react-polymorphic-types",
"version": "1.0.1",
"version": "1.0.2",
"description": "Zero-runtime polymorphic component definitions for React",

@@ -5,0 +5,0 @@ "keywords": [

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