Socket
Socket
Sign inDemoInstall

node-parse-api

Package Overview
Dependencies
0
Maintainers
1
Versions
19
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.2.9 to 0.3.0

.npmignore

2

lib/Parse.js

@@ -44,3 +44,3 @@ var qs = require('querystring');

var order = undefined;
var limit = undefined;
var limit = 9999;
}

@@ -47,0 +47,0 @@

{
"name": "node-parse-api",
"description": "A Parse.com REST API client for Node.js",
"version": "0.2.9",
"version": "0.3.0",
"author": "Chris Johnson <tenorviol@yahoo.com>, Michael Leveton <mleveton@prepcloud.com>, Seth Gholson",

@@ -6,0 +6,0 @@ "repository": "git://github.com/leveton/node-parse-api",

@@ -8,3 +8,3 @@ Node Parse API

npm install node-parse-api
examples

@@ -31,3 +31,6 @@ --------

app.insertCustom('users', { foo: 'bar' }, function (err, response) {
app.insertCustom('users', {
username: 'tom@j.com',
password: 'wow'
}, function (err, response) {
console.log(response);

@@ -34,0 +37,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