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

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.5 to 0.1.6

2

lib/foursquare.js

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

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

@@ -3,0 +3,0 @@ var Foursquare, qs, xhr;

The MIT License (MIT)
Copyright (c) 2013 Alexey Simonenko, alexey@simonenko.su, http://simonenko.su
Copyright (c) 2013-2014 Alexey Simonenko, alexey@simonenko.su, http://simonenko.su

@@ -5,0 +5,0 @@ Permission is hereby granted, free of charge, to any person obtaining a copy of

{
"name": "4sq"
, "version": "0.1.5"
, "version": "0.1.6"
, "description": "A wrapper for the Foursquare API"

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

, "engines": {
"node": ">=0.8.0"
"node": ">=0.10"
}

@@ -21,3 +21,3 @@ , "dependencies": {

, "devDependencies": {
"coffee-script": "1.6.x"
"coffee-script": "~1.7.1"
, "everyauth": "0.2.x"

@@ -27,3 +27,6 @@ , "express": "2.5.x"

}
, "scripts": {
"build": "./node_modules/.bin/coffee -c -o lib/ src/"
}
, "license": "MIT"
}
# 4sq
[![NPM version](https://badge.fury.io/js/4sq.png)](http://badge.fury.io/js/4sq) [![Dependency Status](https://david-dm.org/meritt/node-4sq.png)](https://david-dm.org/meritt/node-4sq)
[![NPM version](https://badge.fury.io/js/4sq.svg)](http://badge.fury.io/js/4sq) [![Dependency Status](https://david-dm.org/meritt/node-4sq.svg?theme=shields.io)](https://david-dm.org/meritt/node-4sq)

@@ -9,3 +9,3 @@ A node.js wrapper for the [Foursquare API](https://developer.foursquare.com/overview/).

```
```bash
$ npm install 4sq

@@ -46,3 +46,3 @@ ```

```
```bash
$ npm link

@@ -53,3 +53,3 @@ ```

```
```bash
$ coffee examples/get-access-token.coffee

@@ -60,5 +60,5 @@ ```

* user (user_id[, params], callback)
* checkins (user_id[, params], callback)
* badges (user_id[, params], callback)
* `user(user_id[, params], callback)`
* `checkins(user_id[, params], callback)`
* `badges(user_id[, params], callback)`

@@ -65,0 +65,0 @@ By default `user_id` set to `self`.

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