Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@adactive/adsum-utils

Package Overview
Dependencies
Maintainers
5
Versions
126
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@adactive/adsum-utils - npm Package Compare versions

Comparing version 2.3.0-alpha.utils.2 to 2.3.0-alpha.utils.3

2

package.json
{
"name": "@adactive/adsum-utils",
"version": "2.3.0-alpha.utils.2",
"version": "2.3.0-alpha.utils.3",
"description": "Adsum Component utils",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -205,3 +205,3 @@ // @flow

getMediaFile(media) {
if (media.file && media.file.value) {
if (media && media.file && media.file.value) {
media.file = this.getFile(media.file.value);

@@ -208,0 +208,0 @@ }

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