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

foursquarevenues

Package Overview
Dependencies
Maintainers
1
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

foursquarevenues - npm Package Compare versions

Comparing version 0.0.11 to 0.0.12

13

foursquareVenues.js

@@ -1,2 +0,2 @@

// Generated by CoffeeScript 1.6.2
// Generated by CoffeeScript 1.6.3
(function() {

@@ -13,3 +13,2 @@ var handleRes, querystring, request;

var credentials, date;
date = '20131014';

@@ -22,5 +21,11 @@ credentials = {

return {
getCategories: function(params, callback) {
var urlString;
urlString = "https://api.foursquare.com/v2/venues/categories?" + querystring.stringify(credentials);
return request(urlString, function(error, response, body) {
return handleRes(response, body, callback);
});
},
getVenues: function(params, callback) {
var urlString;
urlString = "https://api.foursquare.com/v2/venues/search?" + querystring.stringify(params) + '&' + querystring.stringify(credentials);

@@ -33,3 +38,2 @@ return request(urlString, function(error, response, body) {

var urlString;
urlString = "https://api.foursquare.com/v2/venues/explore?" + querystring.stringify(params) + '&' + querystring.stringify(credentials);

@@ -42,3 +46,2 @@ return request(urlString, function(error, response, body) {

var urlString;
urlString = "https://api.foursquare.com/v2/venues/" + params.venue_id + '?' + querystring.stringify(credentials);

@@ -45,0 +48,0 @@ return request(urlString, function(error, response, body) {

{
"name": "foursquarevenues",
"version": "0.0.11",
"version": "0.0.12",
"description": "Simple query to 4square venue's api",

@@ -5,0 +5,0 @@ "main": "./foursquareVenues",

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