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.7 to 0.1.8

5

index.js

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

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

@@ -95,3 +95,4 @@

report: function(typereport, groupfield, datestart, dateend, cb){
this.getinapi("http://api.cityads.com/api/rest/webmaster/json/" + typereport + "/" + groupfield + "/" + datestart + "/" + dateend + "?remote_auth=" + remoteauth, cb);
groupfield = (typeof groupfield == "string") ? "/" + groupfield : "";
this.getinapi("http://api.cityads.com/api/rest/webmaster/json/" + typereport + groupfield + "/" + datestart + "/" + dateend + "?remote_auth=" + remoteauth, cb);
},

@@ -98,0 +99,0 @@

2

package.json
{
"name": "cityads-api",
"version": "0.1.7",
"version": "0.1.8",
"description": "API integration with CityAds",

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

Sorry, the diff of this file is not supported yet

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