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 1.1.3-beta to 1.1.4-beta

2

package.json
{
"name": "react-jsbox",
"version": "1.1.3-beta",
"version": "1.1.4-beta",
"description": "A custom React renderer for writing JSBox apps in React.",

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

@@ -50,3 +50,3 @@ import {hasOwnProperty} from '../helper'

const color = HIGHLIGHT_UPDATES_COLORS[0]
element.borderWidth = Math.max(borderWidth, 1)
element.borderWidth = Math.max(this._borderWidth, 1)
element.borderColor = $color(color)

@@ -53,0 +53,0 @@ setTimeout(() => {

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