Socket
Socket
Sign inDemoInstall

usergrid

Package Overview
Dependencies
Maintainers
1
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.9.1 to 0.9.2

2

lib/usergrid.js

@@ -1415,3 +1415,3 @@ /**

function getLoggedInUser() {
var data = JSON.parse(_session.getItem('user'));
var data = JSON.parse(session.getItem('user'));
var user = new Entity('user');

@@ -1418,0 +1418,0 @@ user.set(data);

{
"name": "usergrid",
"version": "0.9.1",
"version": "0.9.2",
"description": "A Node.js module for making API calls to App Services (Usergrid) from within Node.js",

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

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