You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

@sap/html5-app-deployer

Package Overview
Dependencies
Maintainers
1
Versions
40
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@sap/html5-app-deployer - npm Package Compare versions

Comparing version

to
2.1.1

developer-license.txt

@@ -9,2 +9,9 @@ # Change Log

## 2.1.1 - 2020-09-06
### Updated dependencies
- deps: archiver@5.0.0
- deps: cf-nodejs-logging-support@6.4.3
- deps: request@2.88.2
## 2.1.0 - 2020-04-21

@@ -11,0 +18,0 @@

42

package.json

@@ -1,1 +0,41 @@

{"bundleDependencies":false,"dependencies":{"archiver":"1.3.0","async":"2.6.0","cf-nodejs-logging-support":"2.1.0","file-type":"7.6.0","request":"2.88.0"},"deprecated":false,"description":"HTML5 application deployer","devDependencies":{"chai":"3.5.0","connect":"3.6.2","eslint":"3.2.2","express":"4.16.2","gulp":"^3.9.1","gulp-eslint":"^4.0.0","gulp-mocha":"^4.3.1","istanbul":"0.4.4","mocha":"3.0.2","multer":"1.3.0","sinon":"4.2.2","sonarqube-scanner":"^2.1.2","test-console":"1.1.0","whitesource":"18.10.2-1"},"engines":{"node":"^6.0.0 || ^8.0.0 || ^10.0.0 || ^12.0.0"},"main":"index.js","name":"@sap/html5-app-deployer","scripts":{"ipscan":"node ./node_modules/whitesource/bin/whitesource run","lint":"eslint -c .eslintrc -f stylish lib/ index.js","prepareRelease":"npm prune --production","removeTests":"rm -rf test && rm -f .travis.yml && rm -f .eslintrc && rm -f .gitignore && rm -f whitesource.config.json && rm -rf coverage","sonar":"gulp sonarqube","start":"node index.js","test":"node node_modules/istanbul/lib/cli.js cover node_modules/mocha/bin/_mocha test -- --recursive --check-leaks"},"version":"2.1.0","license":"SEE LICENSE IN developer-license-3.1.txt"}
{
"name": "@sap/html5-app-deployer",
"engines": {
"node": "^6.0.0 || ^8.0.0 || ^10.0.0 || ^12.0.0"
},
"version": "2.1.1",
"description": "HTML5 application deployer",
"main": "index.js",
"dependencies": {
"archiver": "5.0.0",
"async": "2.6.0",
"cf-nodejs-logging-support": "6.4.3",
"file-type": "7.6.0",
"request": "2.88.2"
},
"devDependencies": {
"chai": "3.5.0",
"mocha": "3.0.2",
"eslint": "3.2.2",
"connect": "3.6.2",
"whitesource": "18.10.2-1",
"multer": "1.3.0",
"istanbul": "0.4.4",
"test-console": "1.1.0",
"express": "4.16.2",
"sinon": "4.2.2",
"gulp": "^3.9.1",
"gulp-eslint": "^4.0.0",
"gulp-mocha": "^4.3.1",
"sonarqube-scanner": "^2.1.2"
},
"scripts": {
"start": "node index.js",
"test": "node node_modules/istanbul/lib/cli.js cover node_modules/mocha/bin/_mocha test -- --recursive --check-leaks",
"lint": "eslint -c .eslintrc -f stylish lib/ index.js",
"ipscan": "node ./node_modules/whitesource/bin/whitesource run",
"prepareRelease": "npm prune --production",
"sonar": "gulp sonarqube",
"removeTests": "rm -rf test && rm -f .travis.yml && rm -f .eslintrc && rm -f .gitignore && rm -f whitesource.config.json && rm -rf coverage"
}
}
developer-license-3.1.txt

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet