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.1 to 1.14.0-beta.4

dist/sp-diagnostics_none_9d2b21a0a43ebf419e63.js

8

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

@@ -6,3 +6,3 @@ {

"componentType": "Library",
"version": "1.13.1",
"version": "1.14.0",
"loaderConfig": {

@@ -16,3 +16,3 @@ "internalModuleBaseUrls": [

"type": "path",
"path": "sp-diagnostics_none_dfc6091fe88daa98827f.js"
"path": "sp-diagnostics_none_9d2b21a0a43ebf419e63.js"
},

@@ -27,3 +27,3 @@ "tslib": {

"id": "73e1dc6c-8441-42cc-ad47-4bd3659f8a3a",
"version": "1.13.1"
"version": "1.14.0"
},

@@ -33,3 +33,3 @@ "@microsoft/sp-core-library": {

"id": "7263c7d0-1d6a-45ec-8d85-d4d1d234171b",
"version": "1.13.1"
"version": "1.14.0"
}

@@ -36,0 +36,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.7"
"packageVersion": "7.18.15"
}
]
}

@@ -5,2 +5,3 @@ "use strict";

var tslib_1 = require("tslib");
var sp_core_library_1 = require("@microsoft/sp-core-library");
var QosMonitor_1 = tslib_1.__importDefault(require("./QosMonitor"));

@@ -54,3 +55,10 @@ var QosResultType_1 = require("./QosResultType");

if (tagNameSuffix === void 0) { tagNameSuffix = 'DefaultExpected'; }
_super.prototype.writeUnexpectedFailure.call(this, tagNameSuffix, ex, extraData);
if (!sp_core_library_1._SPKillSwitch.isActivated('68774432-4b27-449b-8b56-4cec9badf3d9'
/* '10/04/2021', 'Fix incorrect usage of log expected failure' */
)) {
_super.prototype.writeExpectedFailure.call(this, tagNameSuffix, ex, extraData);
}
else {
_super.prototype.writeUnexpectedFailure.call(this, tagNameSuffix, ex, extraData);
}
this._logCustomerPromiseFailure((ex === null || ex === void 0 ? void 0 : ex.message) || 'DefaultErrorMessage', tagNameSuffix, QosResultType_1.QosResultType.ExpectedFailure);

@@ -57,0 +65,0 @@ };

{
"name": "@microsoft/sp-diagnostics",
"version": "1.13.1",
"version": "1.14.0-beta.4",
"description": "Diagnostics tools for the SharePoint Framework",

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

"dependencies": {
"@microsoft/sp-core-library": "1.13.1",
"@microsoft/sp-lodash-subset": "1.13.1"
"@microsoft/sp-core-library": "1.14.0-beta.4",
"@microsoft/sp-lodash-subset": "1.14.0-beta.4"
},

@@ -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