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

corners

Package Overview
Dependencies
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

corners - npm Package Compare versions

Comparing version 0.0.4 to 0.0.5

2

package.json
{
"name": "corners",
"version": "0.0.4",
"version": "0.0.5",
"private": false,

@@ -5,0 +5,0 @@ "main": "dist/index.js",

@@ -20,3 +20,4 @@ import type { FC, ForwardRefExoticComponent } from "react"

const WithCorners: FC<P> = (props) => {
const pathId = useId ? useId() : Math.random().toString()
console.log(useId)
const pathId = useId()
const nodeRef = useRef<HTMLElement>(null)

@@ -23,0 +24,0 @@ const size = useSize(nodeRef)

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