Socket
Socket
Sign inDemoInstall

parse-rest-nodejs

Package Overview
Dependencies
48
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.1.9 to 0.2.0

2

lib/index.js

@@ -22,5 +22,5 @@ 'use strict';

var methods = ['get', 'post', 'put', 'patch', 'del'];
// const DEFAULT_TIMEOUT = 15000;
function makeHeaders(headers, req) {
// const DEFAULT_TIMEOUT = 8000;
var _header = {

@@ -27,0 +27,0 @@ 'X-Parse-Application-Id': process.env.APP_ID || 'myAppId',

{
"name": "parse-rest-nodejs",
"version": "0.1.9",
"version": "0.2.0",
"description": "Parse-server Rest API client for Node.js",

@@ -30,7 +30,9 @@ "main": "lib/index.js",

"devDependencies": {
"babel-cli": "^6.22.2",
"babel-preset-es2015": "^6.22.0",
"babel-cli": "^6.26.0",
"babel-preset-es2015": "^6.24.1"
},
"dependencies": {
"querystring": "^0.2.0",
"request": "^2.79.0"
"request": "^2.88.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