Socket
Socket
Sign inDemoInstall

dji_srt_parser

Package Overview
Dependencies
3
Maintainers
1
Versions
80
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.2.12 to 1.2.13

2

index.js

@@ -718,3 +718,3 @@ const tzlookup = require('tz-lookup');

const prefix = [pre, key].filter(v => v).join('.');
return typeof val === 'object'
return val != null && typeof val === 'object'
? Object.keys(val).reduce(

@@ -721,0 +721,0 @@ (prev, curr) => flat(prev, curr, val[curr], prefix),

@@ -9,3 +9,3 @@ {

},
"version": "1.2.12",
"version": "1.2.13",
"description": "Parses and interprets DJI's drones SRT metadata",

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc