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.20 to 0.0.21

src/hooks/index.js

2

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

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

@@ -377,5 +377,3 @@ # react-jsbox-renderer

return () => {
$motion.stopUpdates()
}
return () => $motion.stopUpdates()
}, [])

@@ -382,0 +380,0 @@

import render from './renderer'
import hooks from './hooks'
export default {
render
render,
...hooks
}

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