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.1 to 3.0.2

dist/esm/bundle.min.js

14

CHANGELOG.md

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

### [3.0.2](https://github.com/kripod/react-polymorphic-box/compare/v3.0.0...v3.0.2) (2020-11-01)
### Bug Fixes
- compatibility with Next.js ([35158fe](https://github.com/kripod/react-polymorphic-box/commit/35158feab7c48adcc432526d3dd735e4f4ff611c))
### [3.0.1](https://github.com/kripod/react-polymorphic-box/compare/v3.0.0...v3.0.1) (2020-10-09)
### Performance
- improve prop inference ([137fca6](https://github.com/kripod/react-polymorphic-box/commit/137fca651080fc4ce1e4788639ec684db32bb617))
### Documentation
- add missing 'export' statements ([3c10d78](https://github.com/kripod/react-polymorphic-box/commit/3c10d78be640cf1c51b09a239a4c54ac840e760c))
## [3.0.0](https://github.com/kripod/react-polymorphic-box/compare/v2.0.7...v3.0.0) (2020-10-08)

@@ -9,0 +23,0 @@

6

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

@@ -20,7 +20,7 @@ "keywords": [

"exports": {
"import": "./dist/esm/bundle.min.mjs",
"import": "./dist/esm/bundle.min.js",
"require": "./dist/cjs/bundle.min.js"
},
"main": "./dist/cjs/bundle.min.js",
"module": "./dist/esm/bundle.min.mjs",
"module": "./dist/esm/bundle.min.js",
"types": "./dist/cjs/bundle.min.d.ts",

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