New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

ui-box

Package Overview
Dependencies
Maintainers
151
Versions
61
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ui-box - npm Package Compare versions

Comparing version 3.3.0 to 4.0.0-0

dist/src/box.d.ts

12

package.json
{
"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 @@

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