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

azure-keyvault

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-keyvault - npm Package Compare versions

Comparing version 2.0.2-preview to 3.0.0-preview

0

lib/models/action.js

@@ -0,0 +0,0 @@ /*

@@ -0,0 +0,0 @@ /*

@@ -0,0 +0,0 @@ /*

@@ -0,0 +0,0 @@ /*

@@ -0,0 +0,0 @@ /*

@@ -0,0 +0,0 @@ /*

@@ -0,0 +0,0 @@ /*

@@ -0,0 +0,0 @@ /*

@@ -0,0 +0,0 @@ /*

@@ -0,0 +0,0 @@ /*

@@ -0,0 +0,0 @@ /*

@@ -0,0 +0,0 @@ /*

@@ -0,0 +0,0 @@ /*

@@ -0,0 +0,0 @@ /*

@@ -0,0 +0,0 @@ /*

5

lib/models/lifetimeAction.js

@@ -26,3 +26,6 @@ /*

* which to trigger. Value should be between 1 and 99.
* @member {number} [trigger.daysBeforeExpiry] Days before expiry.
* @member {number} [trigger.daysBeforeExpiry] Days before expiry to attempt
* renewal. Value should be between 1 and validity_in_months multiplied by
* 27. If validity_in_months is 36, then value should be between 1 and 972
* (36 * 27).
* @member {object} [action] The action that will be executed.

@@ -29,0 +32,0 @@ * @member {string} [action.actionType] The type of the action. Possible

@@ -0,0 +0,0 @@ /*

@@ -0,0 +0,0 @@ /*

@@ -0,0 +0,0 @@ /*

@@ -22,3 +22,6 @@ /*

* trigger. Value should be between 1 and 99.
* @member {number} [daysBeforeExpiry] Days before expiry.
* @member {number} [daysBeforeExpiry] Days before expiry to attempt renewal.
* Value should be between 1 and validity_in_months multiplied by 27. If
* validity_in_months is 36, then value should be between 1 and 972 (36 *
* 27).
*/

@@ -25,0 +28,0 @@ constructor() {

@@ -0,0 +0,0 @@ The MIT License (MIT)

@@ -11,5 +11,6 @@ {

"Zavery, Amar <amzavery@microsoft.com>",
"Wang, Yugang <yugangw@microsoft.com>"
"Wang, Yugang <yugangw@microsoft.com>",
"Xu, Willie <wilx@microsoft.com>"
],
"version": "2.0.2-preview",
"version": "3.0.0-preview",
"description": "Microsoft Azure Key Vault Client Library for node",

@@ -28,4 +29,4 @@ "tags": [

"dependencies": {
"ms-rest": "^2.2.2",
"ms-rest-azure": "^2.3.3",
"ms-rest": "^2.3.0",
"ms-rest-azure": "^2.5.2",
"underscore": "^1.8.3"

@@ -32,0 +33,0 @@ },

@@ -0,0 +0,0 @@ # Microsoft Azure SDK for Node.js - Key Vault

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

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