Join our webinar on Wednesday, June 26, at 1pm EDTHow Chia Mitigates Risk in the Crypto Industry.Register
Socket
Socket
Sign inDemoInstall

usergrid

Package Overview
Dependencies
7
Maintainers
2
Versions
15
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.10.8 to 0.10.9

2

package.json
{
"name": "usergrid",
"version": "0.10.8",
"version": "0.10.9",
"description": "A Node.js module for making API calls to Usergrid from within Node.js",

@@ -5,0 +5,0 @@ "main": "./lib/usergrid.js",

@@ -7,42 +7,20 @@ ##Version

<https://github.com/apigee/usergrid-node-module/blob/master/changelog.md>
<https://github.com/apache/incubator-usergrid/blob/master/sdks/nodejs/changelog.md>
##Comments / Questions
Please feel free to send comments or questions:
twitter: @rockerston
email: rod at apigee.com
Or just open github issues. I truly want to know what you think, and will address all suggestions / comments / concerns.
Thank you!
Rod
##Overview
This Node.js module, which simplifies the process of making API calls to App Services from within Node.js, is provided by [Apigee](http://apigee.com) and is available as an open-source project on github. We welcome your contributions and suggestions. The repository is located here:
This Node.js module, which simplifies the process of making API calls to Usergrid from within Node.js, is part of the Apache Usergrid project <http://usergrid.incubator.apache.org/>. We welcome your contributions and suggestions. The official repository is located here:
<https://github.com/apigee/usergrid-node-module>
<https://github.com/apache/incubator-usergrid/tree/master/sdks/nodejs>
You can download this package here:
* Download as a zip file: <https://github.com/apigee/usergrid-node-module/archive/master.zip>
* Download as a tar.gz file: <https://github.com/apigee/usergrid-node-module/archive/master.tar.gz>
* Download as a zip file: <https://github.com/rodsimpson/usergrid-node-module/archive/master.zip>
* Download as a tar.gz file: <https://github.com/rodsimpson/usergrid-node-module/archive/master.tar.gz>
To find out more about Apigee App Services, see:
<http://apigee.com/about/developers>
To view the Apigee App Services documentation, see:
<http://apigee.com/docs/app_services>
##Client side Javascript
Want to make calls to App Services (Usergrid) client-side? No problem - just head over to the Usergrid Javascript SDK:
<https://github.com/apigee/usergrid-javascript-sdk>
<https://github.com/apache/incubator-usergrid/tree/master/sdks/html5-javascript>

@@ -87,3 +65,3 @@ The syntax for this Node module and the Javascript SDK are almost exactly the same so you can easily transition between them.

**Note:** you can find your client secret and client id on the "Properties" page of the [Admin Portal](http://apigee.com/usergrid).
**Note:** you can find your client secret and client id on the "Properties" page of the [Admin Portal](https://github.com/apache/incubator-usergrid/tree/master/portal).

@@ -99,3 +77,3 @@ You are now ready to use the usergrid handle to make calls against the API.

1. Change the org-name and app-name to point to your Usergrid account. Log into the [Admin Portal](http://apigee.com/usergrid) to see this information.
1. Change the org-name and app-name to point to your Usergrid account. Log into the [Admin Portal](https://github.com/apache/incubator-usergrid/tree/master/portal) to see this information.
2. Change the client secret and client id

@@ -530,5 +508,5 @@

The first is to use client-side authentication with Ajax. If you want to opt for this method, take a look at our Javascript SDK. The syntax for usage is the same as this Node.js module, so it will be easy to pick up:
The first is to use client-side authentication with Ajax. If you want to opt for this method, take a look at the Usergrid Javascript SDK. The syntax for usage is the same as this Node.js module, so it will be easy to pick up:
<https://github.com/apigee/usergrid-javascript-sdk>
<https://github.com/apache/incubator-usergrid/tree/master/sdks/html5-javascript>

@@ -721,3 +699,3 @@ The other method is to log the user in server-side. When you log a user in, the API will return an OAuth token for you to use for calls to the API on the user's behalf. Once that token is returned, you can either make a new client just for the user, or change the auth method on the existing client. These methods are described below:

Like [Usergrid](https://github.com/apigee/usergrid-node-module), the Usergrid Javascript SDK is open source and licensed under the Apache License, Version 2.0.
The Usergrid Node module is open source and licensed under the Apache License, Version 2.0 (<http://usergrid.incubator.apache.org/>).

@@ -731,11 +709,7 @@ 1. Fork it

##More information
For more information on Apigee App Services, visit <http://apigee.com/about/developers>.
For more information on Usergrid, see <http://usergrid.incubator.apache.org/>
## Copyright
Copyright 2013 Apigee Corporation
## License
Licensed under the Apache License, Version 2.0. You may obtain a copy of the License at
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
<http://www.apache.org/licenses/LICENSE-2.0>

@@ -742,0 +716,0 @@

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc