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

parse

Package Overview
Dependencies
Maintainers
4
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.5.0 to 1.6.0

index.js

62

package.json
{
"name": "parse",
"version": "1.5.0",
"version": "1.6.0",
"description": "The Parse JavaScript SDK",
"homepage": "https://www.parse.com",
"keywords": [

@@ -10,34 +11,51 @@ "cloud",

],
"homepage": "http://www.parse.com",
"bugs": {
"url": "https://www.parse.com/help",
"email": "community@parse.com"
"repository": {
"type": "git",
"url": "https://github.com/ParsePlatform/Parse-SDK-JS"
},
"bugs": "https://github.com/ParsePlatform/Parse-SDK-JS/issues",
"files": [
"build/parse-latest.js"
"index.js",
"node.js",
"react-native.js",
"lib/",
"LICENSE",
"README.md"
],
"main": "build/parse-latest.js",
"browser": {
"react-native": false
},
"dependencies": {
"xmlhttprequest": ">=1.3.0"
"babel-runtime": "^5.8.20",
"xmlhttprequest": "^1.7.0"
},
"devDependencies": {
"grunt": "~0.4.1",
"grunt-contrib-concat": "~0.2.0",
"grunt-contrib-qunit": "~0.2.1",
"grunt-contrib-jshint": "~0.10.0",
"grunt-contrib-uglify": "~0.2.0",
"grunt-contrib-nodeunit": "~0.1.2",
"phantomjs": "~1.9.0-1",
"babel-jest": "^5.0.0",
"jasmine-reporters": "^1.0.0",
"jest-cli": "^0.4.10"
"babel-jest": "~5.3.0",
"babel-plugin-flow-comments": "^1.0.9",
"browserify": "^11.0.1",
"coveralls": "^2.11.3",
"gulp": "^3.9.0",
"gulp-babel": "^5.2.0",
"gulp-derequire": "^2.1.0",
"gulp-insert": "^0.5.0",
"gulp-rename": "^1.2.2",
"gulp-replace": "^0.5.4",
"gulp-uglify": "^1.4.0",
"jasmine-reporters": "~1.0.0",
"jest-cli": "~0.4.10",
"vinyl-source-stream": "^1.1.0"
},
"scripts": {
"test": "NODE_ENV=test jest"
"prepublish": "./build_releases.sh",
"test": "PARSE_BUILD=node jest"
},
"jest": {
"collectCoverage": true,
"testPathDirs": ["src/es6"],
"testPathIgnorePatterns": ["/node_modules/", "/test_helpers/"],
"testPathDirs": [
"src/"
],
"testPathIgnorePatterns": [
"/node_modules/",
"/test_helpers/"
],
"scriptPreprocessor": "node_modules/babel-jest",

@@ -44,0 +62,0 @@ "setupTestFrameworkScriptFile": "setup-jest.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