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

@airstack/airstack-react

Package Overview
Dependencies
Maintainers
4
Versions
38
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@airstack/airstack-react - npm Package Compare versions

Comparing version

to
0.5.7

6

components/Asset/Media.js

@@ -114,2 +114,7 @@ import { j as jsxRuntimeExports } from './../../external/react/jsx-runtime.js';

}, [mediaType, onError, preset, url]);
useEffect(() => {
if (mediaType === "html" || mediaType === "binary") {
onError();
}
}, [mediaType, onError]);
if (!mediaType || !url)

@@ -124,3 +129,2 @@ return null;

if (mediaType === "html" || mediaType === "binary") {
onError();
return null;

@@ -127,0 +131,0 @@ }

2

package.json
{
"name": "@airstack/airstack-react",
"version": "0.5.6",
"version": "0.5.7",
"type": "module",

@@ -5,0 +5,0 @@ "scripts": {