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.33 to 1.0.34

4

index.js

@@ -122,10 +122,14 @@ function DJI_SRT_Parser() {

//If preset speeds set, copy them
if (result.SPEED_TWOD) result.SPEED.TWOD = result.SPEED_TWOD;
else result.SPEED.TWOD = distance2D / time;
delete result.SPEED_TWOD;
if (result.SPEED_VERTICAL) result.SPEED.VERTICAL = result.SPEED_VERTICAL;
else result.SPEED.VERTICAL = distanceVert / time;
delete result.SPEED_VERTICAL;
if (result.SPEED_THREED) result.SPEED.THREED = result.SPEED_THREED;
else result.SPEED.THREED = distance3D / time;
delete result.SPEED_THREED;
}

@@ -132,0 +136,0 @@ return result;

2

package.json
{
"name": "dji_srt_parser",
"version": "1.0.33",
"version": "1.0.34",
"description": "Parses and interprets DJI's drones SRT metadata",

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

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