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

grunt-sapui5-gitlab-deploy

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

grunt-sapui5-gitlab-deploy - npm Package Compare versions

Comparing version 1.1.1 to 1.1.2

3

package.json
{
"name": "grunt-sapui5-gitlab-deploy",
"version": "1.1.1",
"version": "1.1.2",
"description": "Deploy UI5 resources to ABAP system directly from Gitlab",

@@ -22,3 +22,2 @@ "main": "index.js",

"fetch-cookie": "^0.7.2",
"gitlab": "^4.2.7",
"node-fetch": "^2.3.0",

@@ -25,0 +24,0 @@ "xml-js": "^1.6.8"

@@ -20,2 +20,7 @@ // fetch polyfill

if (!sUrl) {
throw "Please use --url=URL_TO_ZIP argument to run the task.";
}
grunt.log.writeln(`Deploy task is started with URL: ${sUrl}`);
// deploy to ABAP ( sending artifact URL to a backend )

@@ -22,0 +27,0 @@ let oResponse = await deployToABAP(sUrl);

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