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

dji_srt_parser

Package Overview
Dependencies
Maintainers
1
Versions
80
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

dji_srt_parser - npm Package Compare versions

Comparing version 1.0.24 to 1.0.25

2

index.js

@@ -429,3 +429,3 @@ function DJI_SRT_Parser() {

let decode = function(d) {
if (d.split(",")[0].includes("base64")) {
if (typeof d ==="string" && d.split(",")[0].includes("base64")) {
return atob(d.split(",")[1]);

@@ -432,0 +432,0 @@ } else {

{
"name": "dji_srt_parser",
"version": "1.0.24",
"version": "1.0.25",
"description": "Parses and interprets DJI's drones SRT metadata",

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

@@ -84,5 +84,2 @@ # DJI_SRT_Parser

## TODO
- Provide arrays of only one field?
- Split some functions into other modules? (createcsv...)
- Use warnings when loading data like in test?
- Export data for After Effects
- Fix date in KML and JSON
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