@faa-aviation-data-portal/aeronav-charts
Advanced tools
Comparing version 0.2.1 to 0.2.2
@@ -69,3 +69,3 @@ const cheerio = require('cheerio') | ||
sequenceNumber: parseInt(currentSequenceNumber) || null, | ||
releaseDate: currentReleaseDate, | ||
releaseDate: currentReleaseDate.trim(), | ||
geotiff: currentGeoTiffHref, | ||
@@ -76,3 +76,3 @@ pdf: currentPdfHref | ||
sequenceNumber: parseInt(nextSequenceNumber) || null, | ||
releaseDate: nextReleaseDate, | ||
releaseDate: nextReleaseDate.trim(), | ||
geotiff: nextGeoTiffHref, | ||
@@ -79,0 +79,0 @@ pdf: nextPdfHref |
{ | ||
"name": "@faa-aviation-data-portal/aeronav-charts", | ||
"description": "Fetch links and metadata for charts provided by Aeronav in a sane format.", | ||
"version": "0.2.1", | ||
"version": "0.2.2", | ||
"author": { | ||
@@ -6,0 +6,0 @@ "name": "Forrest Desjardins", |
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
9750
1