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

bip-pod-craigslist

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bip-pod-craigslist - npm Package Compare versions

Comparing version 0.3.0 to 0.3.1

on_match.js

85

manifest.json

@@ -6,3 +6,3 @@ {

"url": "http://craigslist.org",
"trackDuplicates": false,
"trackDuplicates": true,
"config": {},

@@ -17,3 +17,3 @@ "auth": {

"description": "Exports the first 100 listings matching your search criteria",
"doc_ref" : "http://craigslist.org/search/sss?query=SearchString",
"doc_ref": "http://craigslist.org/search/sss?query=SearchString",
"trigger": "invoke",

@@ -89,4 +89,83 @@ "config": {

}
},
"on_match": {
"title": "On A Matching Search",
"description": "Triggers When A New Result Appears On Craigslist That Matches Your Search Terms",
"doc_ref": "http://craigslist.org/search/sss?query=SearchString",
"trigger": "poll",
"imports": {
"properties": {}
},
"exports": {
"properties": {
"pid": {
"type": "string",
"description": "PID"
},
"category": {
"type": "string",
"description": "Category"
},
"date": {
"type": "string",
"description": "Date"
},
"hasPic": {
"type": "boolean",
"description": "Has Picture"
},
"location": {
"type": "string",
"description": "Location"
},
"price": {
"type": "string",
"description": "Price"
},
"title": {
"type": "string",
"description": "Title"
},
"url": {
"type": "string",
"description": "Listing URL"
}
}
},
"config": {
"properties": {
"city": {
"type": "string",
"description": "City"
},
"query": {
"type": "string",
"description": "Search"
},
"min": {
"type": "string",
"description": "Min Ask Price"
},
"max": {
"type": "string",
"description": "Max Ask Price"
}
},
"required": [
"city",
"query"
],
"disposition": [
"city",
"query",
"min",
"max"
]
}
}
}
},
"tags": [
"social",
"commerce"
]
}

4

package.json
{
"name": "bip-pod-craigslist",
"version": "0.3.0",
"version": "0.3.1",
"description": "craigslist Pod for Bipio",

@@ -31,2 +31,2 @@ "keywords": [

}
}
}
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