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.14 to 0.0.15

6

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

@@ -40,6 +40,6 @@ "keywords": [

"peerDependencies": {
"react": "canary"
"react": "^16.8.6"
},
"dependencies": {
"react-reconciler": "canary"
"react-reconciler": "^0.20.4"
},

@@ -46,0 +46,0 @@ "devDependencies": {

@@ -60,3 +60,3 @@ import Reconciler from 'react-reconciler'

scheduledCallback = callback
const timeoutId = setTimeout(setTimeoutCallback, 1)
const timeoutId = setTimeout(setTimeoutCallback, options.timeout)
return timeoutId

@@ -63,0 +63,0 @@ },

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