Socket
Socket
Sign inDemoInstall

usergrid

Package Overview
Dependencies
Maintainers
4
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

usergrid - npm Package Compare versions

Comparing version 0.10.11 to 2.0.0-rc.0

.travis.yml

76

package.json
{
"author": "Rod Simpson <rsimpson@apigee.com>",
"bugs": {
"url": "http://usergrid.incubator.apache.org/"
},
"contributors": [
{
"email": "brandon@apige.ecom",
"name": "Brandon Shelley"
}
],
"dependencies": {
"inflection": "1.3.x",
"request": "2.12.x"
},
"description": "A Node.js module for making API calls to Usergrid from within Node.js. This is an alternate location to retrieve the package.",
"devDependencies": {
"mocha": "1.7.x",
"should": "1.2.1"
},
"directories": {
"test": "test"
},
"homepage": "https://github.com/r3mus/usergrid-nodejs-module",
"keywords": [
"Node",
"Usergrid",
"API"
],
"license": "Apache 2.0",
"main": "./lib/usergrid.js",
"name": "usergrid",
"repository": {
"type": "git",
"url": "git://github.com/r3mus/usergrid-nodejs-module.git"
},
"scripts": {
"start": "node example/server.js",
"test": "mocha"
},
"tags": [
"usergrid",
"API"
],
"version": "0.10.11"
}
"author": "Brandon Shelley",
"dependencies": {
"async": "latest",
"lodash": "latest",
"lodash-inflection": "latest",
"lodash-uuid": "latest",
"objectkit": "latest",
"request": "latest",
"url-join": "latest"
},
"description": "The official Node.js SDK for Usergrid",
"devDependencies": {
"chance": "^0.8.0",
"mocha": "latest",
"should": "latest"
},
"repository": {
"type": "git",
"url": "git://github.com/r3mus/usergrid-nodejs.git"
},
"keywords": [],
"license": "MIT",
"main": "app.js",
"name": "usergrid",
"private": false,
"scripts": {
"start": "node app.js",
"test": "mocha tests"
},
"version": "2.0.0-rc.0"
}

Sorry, the diff of this file is not supported yet

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