Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

parse

Package Overview
Dependencies
Maintainers
5
Versions
193
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

parse - npm Package Compare versions

Comparing version 1.7.0-rc1 to 1.7.0

2

lib/browser/CoreManager.js

@@ -19,3 +19,3 @@ /**

SERVER_URL: 'https://api.parse.com/1',
VERSION: 'js' + '1.7.0-rc1',
VERSION: 'js' + '1.7.0',
APPLICATION_ID: null,

@@ -22,0 +22,0 @@ JAVASCRIPT_KEY: null,

@@ -290,4 +290,7 @@ /**

return response.results.map(function (data) {
// In cases of relations, the server may send back a className
// on the top level of the payload
var override = response.className || _this.className;
if (!data.className) {
data.className = _this.className;
data.className = override;
}

@@ -294,0 +297,0 @@ return _ParseObject2['default'].fromJSON(data);

@@ -19,3 +19,3 @@ /**

SERVER_URL: 'https://api.parse.com/1',
VERSION: 'js' + '1.7.0-rc1',
VERSION: 'js' + '1.7.0',
APPLICATION_ID: null,

@@ -22,0 +22,0 @@ JAVASCRIPT_KEY: null,

@@ -290,4 +290,7 @@ /**

return response.results.map(function (data) {
// In cases of relations, the server may send back a className
// on the top level of the payload
var override = response.className || _this.className;
if (!data.className) {
data.className = _this.className;
data.className = override;
}

@@ -294,0 +297,0 @@ return _ParseObject2['default'].fromJSON(data);

@@ -19,3 +19,3 @@ /**

SERVER_URL: 'https://api.parse.com/1',
VERSION: 'js' + '1.7.0-rc1',
VERSION: 'js' + '1.7.0',
APPLICATION_ID: null,

@@ -22,0 +22,0 @@ JAVASCRIPT_KEY: null,

@@ -290,4 +290,7 @@ /**

return response.results.map(function (data) {
// In cases of relations, the server may send back a className
// on the top level of the payload
var override = response.className || _this.className;
if (!data.className) {
data.className = _this.className;
data.className = override;
}

@@ -294,0 +297,0 @@ return _ParseObject2['default'].fromJSON(data);

{
"name": "parse",
"version": "1.7.0-rc1",
"version": "1.7.0",
"description": "The Parse JavaScript SDK",

@@ -5,0 +5,0 @@ "homepage": "https://www.parse.com",

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

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