Socket
Socket
Sign inDemoInstall

4sq

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

4sq - npm Package Compare versions

Comparing version 0.1.1 to 0.1.2

5

lib/foursquare.js

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

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

@@ -18,2 +18,3 @@ var Foursquare, qs, xhr;

var date, month;
this.options = options != null ? options : {};

@@ -65,2 +66,3 @@ date = new Date();

var params;
if (query == null) {

@@ -79,2 +81,3 @@ query = {};

var data;
body = JSON.parse(body);

@@ -81,0 +84,0 @@ if (body.meta.code !== 200) {

4

package.json
{
"name": "4sq"
, "version": "0.1.1"
, "version": "0.1.2"
, "description": "Wrapper for the Foursquare API"

@@ -17,3 +17,3 @@ , "keywords": ["foursquare", "4sq", "api", "wrapper"]

, "dependencies": {
"request": "2.14.x"
"request": "2.21.x"
}

@@ -20,0 +20,0 @@ , "devDependencies": {

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