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

cityads-api

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cityads-api - npm Package Compare versions

Comparing version 0.1.8 to 0.1.9

4

index.js

@@ -59,3 +59,3 @@ "use strict";

programs: function(geo, cb) {
this.getinapi("http://api.cityads.com/api/rest/webmaster/json/offers/all?remote_auth=" + remoteauth + "&geo=" + geo, cb);
this.getinapi("http://api.cityads.com/api/rest/webmaster/json/offers/all?remote_auth=" + remoteauth + "&limit=1000&geo=" + geo, cb);
},

@@ -70,3 +70,3 @@

coupons: function(filter, cb){
this.getinapi("http://cityads.com/api/rest/webmaster/json/coupons?remote_auth=" + remoteauth + "&filter=" + filter, cb);
this.getinapi("http://cityads.com/api/rest/webmaster/json/coupons?remote_auth=" + remoteauth + "&limit=1000&filter=" + filter, cb);
},

@@ -73,0 +73,0 @@

{
"name": "cityads-api",
"version": "0.1.8",
"version": "0.1.9",
"description": "API integration with CityAds",

@@ -5,0 +5,0 @@ "author": "André Ferreira <andrehrf@gmail.com>",

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