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.4.2 to 1.5.0

18

package.json
{
"name": "parse",
"version": "1.4.2",
"version": "1.5.0",
"description": "The Parse JavaScript SDK",

@@ -29,4 +29,18 @@ "keywords": [

"grunt-contrib-nodeunit": "~0.1.2",
"phantomjs": "~1.9.0-1"
"phantomjs": "~1.9.0-1",
"babel-jest": "^5.0.0",
"jasmine-reporters": "^1.0.0",
"jest-cli": "^0.4.10"
},
"scripts": {
"test": "NODE_ENV=test jest"
},
"jest": {
"collectCoverage": true,
"testPathDirs": ["src/es6"],
"testPathIgnorePatterns": ["/node_modules/", "/test_helpers/"],
"scriptPreprocessor": "node_modules/babel-jest",
"setupTestFrameworkScriptFile": "setup-jest.js"
}
}

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