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

transperthapi

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

transperthapi - npm Package Compare versions

Comparing version 1.0.2 to 1.0.3

2

package.json
{
"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', ''))

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