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.8 to 0.0.9

2

foursquareVenues.js

@@ -55,3 +55,3 @@ // Generated by CoffeeScript 1.6.2

urlString = "https://api.foursquare.com/v2/venues/" + querystring.stringify(params) + '&' + querystring.stringify(credentials);
urlString = "https://api.foursquare.com/v2/venues/" + params.venue_id + '?' + querystring.stringify(credentials);
return request(urlString, function(error, response, body) {

@@ -58,0 +58,0 @@ if (!error && response.statusCode === 200) {

{
"name": "foursquarevenues",
"version": "0.0.8",
"version": "0.0.9",
"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