Comparing version 1.5.0 to 1.6.0
{ | ||
"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" |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
No bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No README
QualityPackage does not have a README. This may indicate a failed publish or a low quality package.
Found 1 instance in 1 package
Uses eval
Supply chain riskPackage uses dynamic code execution (e.g., eval()), which is a dangerous practice. This can prevent the code from running in certain environments and increases the risk that the code may contain exploits or malicious behavior.
Found 2 instances in 1 package
Dynamic require
Supply chain riskDynamic require can indicate the package is performing dangerous or unsafe dynamic code execution.
Found 1 instance in 1 package
No License Found
License(Experimental) License information could not be found.
Found 1 instance in 1 package
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
864139
120
0
24660
0
42
0
1
2
14
2
+ Addedbabel-runtime@^5.8.20
+ Addedbabel-runtime@5.8.38(transitive)
+ Addedcore-js@1.2.7(transitive)
Updatedxmlhttprequest@^1.7.0