New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

gpx-parser-lite

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gpx-parser-lite - npm Package Compare versions

Comparing version 0.0.3 to 0.0.4

3

index.d.ts
import { Activity } from "./model/Activity";
import { ActivityDataPoint } from "./model/ActivityDataPoint";
declare function parseGPXString(gpxFile: any): Promise<Activity | undefined>;

@@ -7,2 +8,2 @@ interface NodeCallback {

declare function parseGPXFile(gpxFilePath: any, callback?: NodeCallback): void;
export { Activity, NodeCallback, parseGPXString, parseGPXFile };
export { Activity, ActivityDataPoint, NodeCallback, parseGPXString, parseGPXFile };
{
"name": "gpx-parser-lite",
"version": "0.0.3",
"version": "0.0.4",
"description": "Parses GPX files to JSON",

@@ -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