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

transit-stop-collector

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

transit-stop-collector - npm Package Compare versions

Comparing version 1.0.2 to 1.0.3

2

lib/index.js

@@ -23,3 +23,3 @@ var fs = require( "fs" );

fs.readdir( basePath, function ( err, files ) {
fs.readdir( ".", function ( err, files ) {

@@ -26,0 +26,0 @@ console.log( files.filter( removeHidden ).map( addPath ) );

{
"name": "transit-stop-collector",
"version": "1.0.2",
"version": "1.0.3",
"description": "A process for collecting transit data and maintaining a simplified database of stops with latitude/longitude.",

@@ -5,0 +5,0 @@ "main": "./lib/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