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 0.5.7 to 0.5.8

8

apis/getNftContent.js

@@ -8,4 +8,8 @@ import { fetchGql } from "../utils/fetcher.js";

contentValue {
video
audio
video {
original
}
audio {
original
}
image {

@@ -12,0 +16,0 @@ extraSmall

@@ -74,6 +74,6 @@ import { PresetPXSize, PresetArray } from "../../constants/index.js";

}) {
var _a;
var _a, _b, _c;
if (!data)
return null;
return ((_a = data.animation_url) == null ? void 0 : _a.original) || data.video || data.audio || (data.image || {})[preset] || "";
return ((_a = data.animation_url) == null ? void 0 : _a.original) || ((_b = data.video) == null ? void 0 : _b.original) || ((_c = data.audio) == null ? void 0 : _c.original) || (data.image || {})[preset] || "";
}

@@ -80,0 +80,0 @@ export {

{
"name": "@airstack/airstack-react",
"version": "0.5.7",
"version": "0.5.8",
"type": "module",

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

@@ -49,4 +49,8 @@ export type PageInfo = {

};
video: string;
audio: string;
video: {
original: string;
};
audio: {
original: string;
};
animation_url?: {

@@ -53,0 +57,0 @@ original: string;

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