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

craigslist-search

Package Overview
Dependencies
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

craigslist-search - npm Package Compare versions

Comparing version 0.0.7 to 0.0.8

2

package.json
{
"name": "craigslist-search",
"version": "0.0.7",
"version": "0.0.8",
"description": "Has 2 applications. 1. Can list craigslist listings in particular city in particular category. 2. Can list all the listings in all craigslist cities for one particular category",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -14,8 +14,8 @@ # Craigslist Search

## Usage
Example for command line: get all tickets listing in New York
Example for command line: get ticket listings in New York
```bash
node main.js newyork tia
node main.js newyork tia // gets first 100 tickets listing
```
to do the paging just
get next 100 ticket listings

@@ -25,6 +25,6 @@ ```bash

```
to get all tickets with images
to get tickets with images
```bash
node main.js newyork tia 100 1
node main.js newyork tia 0 true
```

@@ -31,0 +31,0 @@

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