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

to
0.0.47

4

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

@@ -54,2 +54,2 @@ "keywords": [

"license": "MIT"
}
}

@@ -6,3 +6,2 @@ import usePing from './usePing'

import useDebounce from './useDebounce'
import useSizeThatFits from './useSizeThatFits'

@@ -14,4 +13,3 @@ export default {

useLocation,
useDebounce,
useSizeThatFits
useDebounce
}

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