Socket
Socket
Sign inDemoInstall

@microsoft/sp-diagnostics

Package Overview
Dependencies
Maintainers
2
Versions
82
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@microsoft/sp-diagnostics - npm Package Compare versions

Comparing version 1.13.0-beta.17 to 1.13.0-beta.19

dist/sp-diagnostics_none_d7d3564bdba72da0b1a7.js

2

dist/78359e4b-07c2-43c6-8d0b-d060b4d577e8.manifest.json

@@ -15,3 +15,3 @@ {

"type": "path",
"path": "sp-diagnostics_none_10f9681bb6552f2a72a5.js"
"path": "sp-diagnostics_none_d7d3564bdba72da0b1a7.js"
},

@@ -18,0 +18,0 @@ "tslib": {

@@ -31,2 +31,4 @@ /**

/* Excluded from this release type: _ICustomerPromiseErrorDetails */
/* Excluded from this release type: _IDiagnosticContextInfo */

@@ -40,2 +42,4 @@

/* Excluded from this release type: _IExtraDataForCustomerPromise */
/* Excluded from this release type: _ILogData */

@@ -96,2 +100,4 @@

/* Excluded from this release type: _QosMonitorShareFailureWithCP */
/* Excluded from this release type: _QosResultType */

@@ -98,0 +104,0 @@

@@ -31,2 +31,4 @@ /**

/* Excluded from this release type: _ICustomerPromiseErrorDetails */
/* Excluded from this release type: _IDiagnosticContextInfo */

@@ -40,2 +42,4 @@

/* Excluded from this release type: _IExtraDataForCustomerPromise */
/* Excluded from this release type: _ILogData */

@@ -96,2 +100,4 @@

/* Excluded from this release type: _QosMonitorShareFailureWithCP */
/* Excluded from this release type: _QosResultType */

@@ -98,0 +104,0 @@

@@ -31,2 +31,4 @@ /**

/* Excluded from this release type: _ICustomerPromiseErrorDetails */
/* Excluded from this release type: _IDiagnosticContextInfo */

@@ -40,2 +42,4 @@

/* Excluded from this release type: _IExtraDataForCustomerPromise */
/* Excluded from this release type: _ILogData */

@@ -96,2 +100,4 @@

/* Excluded from this release type: _QosMonitorShareFailureWithCP */
/* Excluded from this release type: _QosResultType */

@@ -98,0 +104,0 @@

@@ -8,5 +8,5 @@ // This file is read by tools that parse documentation comments conforming to the TSDoc standard.

"packageName": "@microsoft/api-extractor",
"packageVersion": "7.18.4"
"packageVersion": "7.18.6"
}
]
}
"use strict";
/**
* @copyright Microsoft Corporation.All rights reserved.
* @file EngagementLogger.ts
* EngagementLogger logger
*/
* @copyright Microsoft Corporation.All rights reserved.
* @file EngagementLogger.ts
* EngagementLogger logger
*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -8,0 +8,0 @@ var tslib_1 = require("tslib");

"use strict";
/**
* @Copyright (c) Microsoft Corporation. All rights reserved.
* @file ILogEntry.ts
* ILogEntry interface
*/
* @Copyright (c) Microsoft Corporation. All rights reserved.
* @file ILogEntry.ts
* ILogEntry interface
*/
Object.defineProperty(exports, "__esModule", { value: true });
//# sourceMappingURL=ILogEntry.js.map
"use strict";
/**
* @file LogFeature.ts
* @Copyright (c) Microsoft Corporation. All rights reserved.
* Used for logging so you can filter logs by features.
*/
* @file LogFeature.ts
* @Copyright (c) Microsoft Corporation. All rights reserved.
* Used for logging so you can filter logs by features.
*/
Object.defineProperty(exports, "__esModule", { value: true });

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

"use strict";
/**
* @copyright Microsoft Corporation.All rights reserved.
* @file ITraceLogger.ts
* ITraceLogger interface
*/
* @copyright Microsoft Corporation.All rights reserved.
* @file ITraceLogger.ts
* ITraceLogger interface
*/
Object.defineProperty(exports, "__esModule", { value: true });
//# sourceMappingURL=ITraceLogger.js.map

@@ -43,2 +43,4 @@ "use strict";

Object.defineProperty(exports, "_AutoAlertableMonitorType", { enumerable: true, get: function () { return AutoAlertableQosMonitor_1.AutoAlertableMonitorType; } });
var QosMonitorShareFailureWithCP_1 = require("./Api/Qos/QosMonitorShareFailureWithCP");
Object.defineProperty(exports, "_QosMonitorShareFailureWithCP", { enumerable: true, get: function () { return QosMonitorShareFailureWithCP_1.QosMonitorShareFailureWithCP; } });
var QosLogger_1 = require("./Api/Qos/QosLogger");

@@ -45,0 +47,0 @@ Object.defineProperty(exports, "_QosLogger", { enumerable: true, get: function () { return QosLogger_1.default; } });

{
"name": "@microsoft/sp-diagnostics",
"version": "1.13.0-beta.17",
"version": "1.13.0-beta.19",
"description": "Diagnostics tools for the SharePoint Framework",

@@ -10,4 +10,4 @@ "license": "SEE LICENSE IN \"EULA\" FOLDER",

"dependencies": {
"@microsoft/sp-core-library": "1.13.0-beta.17",
"@microsoft/sp-lodash-subset": "1.13.0-beta.17"
"@microsoft/sp-core-library": "1.13.0-beta.19",
"@microsoft/sp-lodash-subset": "1.13.0-beta.19"
},

@@ -14,0 +14,0 @@ "scripts": {},

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