transperthapi
Advanced tools
Comparing version 1.0.2 to 1.0.3
{ | ||
"name": "transperthapi", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"description": "An API written to scrape data from TransPerth services.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -161,3 +161,3 @@ const Axios = require('axios'); | ||
let stops = []; | ||
for (var x = i; x < text.length; x++) { | ||
for (var x = i + 1; x < text.length; x++) { | ||
if (text[x].includes('\n')) { | ||
@@ -164,0 +164,0 @@ stops.push(text[x].replace('\n', '').replace('\t\t\t\t', '')) |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
25924