Comparing version 3.3.0 to 4.0.0-0
{ | ||
"name": "ui-box", | ||
"version": "3.3.0", | ||
"version": "4.0.0-0", | ||
"description": "Blazing Fast React UI Primitive", | ||
@@ -17,6 +17,6 @@ "contributors": [ | ||
"license": "MIT", | ||
"main": "dist/index.js", | ||
"typings": "dist/index.d.ts", | ||
"main": "dist/src/index.js", | ||
"typings": "dist/src/index.d.ts", | ||
"files": [ | ||
"dist" | ||
"dist/src" | ||
], | ||
@@ -31,3 +31,3 @@ "sideEffects": false, | ||
"release": "np", | ||
"benchmark": "echo ui-box && react-benchmark tools/benchmarks/box.js", | ||
"benchmark": "echo ui-box && react-benchmark dist/tools/benchmarks/box.js", | ||
"size": "size-limit", | ||
@@ -155,3 +155,3 @@ "coverage": "nyc report --reporter=html" | ||
"webpack": false, | ||
"path": "dist/index.js", | ||
"path": "dist/src/index.js", | ||
"limit": "5 KB", | ||
@@ -158,0 +158,0 @@ "running": false, |
@@ -65,8 +65,2 @@ <div align="center"> | ||
##### innerRef | ||
Type: `function` | ||
Callback that gets passed a ref to inner DOM node (or component if the `is` prop is set to a React component type). | ||
##### clearfix | ||
@@ -73,0 +67,0 @@ |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
196692
2679
2
382
1