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

azure-gallery

Package Overview
Dependencies
Maintainers
1
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

azure-gallery - npm Package Compare versions

Comparing version 2.0.0-pre.3 to 2.0.0-pre.4

4

lib/galleryClient.js

@@ -114,3 +114,3 @@ /* jshint latedef:false */

var baseUrl = this.client.baseUri;
var url2 = '/Microsoft.Gallery/galleryitems/' + itemIdentity.trim();
var url2 = '/Microsoft.Gallery/galleryitems/' + (itemIdentity ? itemIdentity.trim() : '');
// Trim '/' character from the end of baseUrl and beginning of url.

@@ -307,3 +307,3 @@ if (baseUrl[baseUrl.length - 1] === '/') {

if (parameters && parameters.filter) {
url2 = url2 + '$filter=' + encodeURIComponent(parameters.filter.trim());
url2 = url2 + '$filter=' + encodeURIComponent(parameters.filter ? parameters.filter.trim() : '');
}

@@ -310,0 +310,0 @@ if (parameters && parameters.top) {

@@ -13,3 +13,3 @@ {

],
"version": "2.0.0-pre.3",
"version": "2.0.0-pre.4",
"description": "Microsoft Azure Gallery Client Library for node",

@@ -35,3 +35,3 @@ "tags": [

"dependencies": {
"azure-common": "0.9.4",
"azure-common": "0.9.5",
"underscore": "1.4.x"

@@ -38,0 +38,0 @@ },

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