New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

azure-scheduler

Package Overview
Dependencies
Maintainers
1
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

azure-scheduler - npm Package Compare versions

Comparing version 0.10.1 to 0.10.2

19

lib/scheduler.js

@@ -27,8 +27,7 @@ //

*
* @param {string} cloudServiceName
* @param {string} jobCollectionName
* @param {string} [credentials.subscriptionId] The subscription identifier.
* @param {string} [credentials.cert] The cert value.
* @param {string} [credentials.key] The key value.
* @param {string} cloudServiceName
*
* @param {string} jobCollectionName
* @param {string} [baseUri] The base uri.

@@ -38,4 +37,4 @@ * @param {array} [filters] Optional array of service filters

*/
exports.createSchedulerClient = function (credentials, cloudServiceName, jobCollectionName, baseUri, filters) {
return new exports.SchedulerClient.SchedulerClient(credentials, cloudServiceName, jobCollectionName, baseUri, filters);
exports.createSchedulerClient = function (cloudServiceName, jobCollectionName, credentials, baseUri, filters) {
return new exports.SchedulerClient.SchedulerClient(cloudServiceName, jobCollectionName, credentials, baseUri, filters);
};

@@ -49,6 +48,6 @@

*
* @param {string} credentials.subscription The subscription identifier.
* @param {string} [credentials.cert] The certificate.
* @param {string} [credentials.key] The certificate key.
* @param {string} [credentials.pem] The PEM file content.
* @param {string} credentials.subscriptionId The subscription identifier.
* @param {string} [credentials.cert] The certificate.
* @param {string} [credentials.key] The certificate key.
* @param {string} [credentials.pem] The PEM file content.
* @return {CertificateCloudCredentials}

@@ -58,2 +57,2 @@ */

return new common.CertificateCloudCredentials(credentials);
};
};

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

],
"version": "0.10.1",
"version": "0.10.2",
"description": "Microsoft Azure Scheduler Client Library for node",

@@ -25,5 +25,2 @@ "tags": [

"main": "./lib/scheduler.js",
"engines": {
"node": ">= 0.6.15"
},
"licenses": [

@@ -36,4 +33,4 @@ {

"dependencies": {
"azure-common": "^0.9.13",
"moment": "2.6.0"
"azure-common": "^0.9.17",
"moment": "2.14.1"
},

@@ -40,0 +37,0 @@ "homepage": "http://github.com/Azure/azure-sdk-for-node",

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