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

react-jsbox

Package Overview
Dependencies
Maintainers
1
Versions
102
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-jsbox - npm Package Compare versions

Comparing version 0.0.44 to 0.0.45

2

package.json
{
"name": "react-jsbox",
"version": "0.0.44",
"version": "0.0.45",
"description": "A Custom React Renderer for writing JSBox apps in React.",

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

@@ -18,3 +18,3 @@ import { useEffect, useState, useMemo } from 'react'

const { text, width, font, lingSpacing } = params
const sizeThatFits = useMemo(() => $text.sizeThatFits(params), [text, width, font, lingSpacing])
const sizeThatFits = useMemo($text.sizeThatFits(params), [text, width, font, lingSpacing])
useEffect(() => {

@@ -21,0 +21,0 @@ const size = sizeThatFits(params)

Sorry, the diff of this file is too big to display

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