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.2.0 to 1.2.1

2

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

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -35,3 +35,3 @@ // fetch polyfill

// create URL for downloading dist.zip
let sUrl = `${sHost}/api/v4/projects/process.env.CI_PROJECT_ID/jobs/${
let sUrl = `${sHost}/api/v4/projects/${process.env.CI_PROJECT_ID}/jobs/${
oJob.id

@@ -38,0 +38,0 @@ }/artifacts/dist.zip`;

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