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.17.4 to 1.18.0-beta.1

dist/sp-diagnostics_none_110fd0a3dde78fb97cdb.js

8

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

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

"componentType": "Library",
"version": "1.17.4",
"version": "1.18.0",
"loaderConfig": {

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

"type": "path",
"path": "sp-diagnostics_none_ba5c7bb607ea66b57e8a.js"
"path": "sp-diagnostics_none_110fd0a3dde78fb97cdb.js"
},

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

"id": "73e1dc6c-8441-42cc-ad47-4bd3659f8a3a",
"version": "1.17.4"
"version": "1.18.0"
},

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

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

@@ -36,0 +36,0 @@ }

@@ -10,2 +10,3 @@ /**

import { ServiceScope } from '@microsoft/sp-core-library';
import { _VetoValues } from '@microsoft/sp-core-library';

@@ -12,0 +13,0 @@ /* Excluded from this release type: _AutoAlertableMonitorType */

@@ -10,2 +10,3 @@ /**

import { ServiceScope } from '@microsoft/sp-core-library';
import { _VetoValues } from '@microsoft/sp-core-library';

@@ -12,0 +13,0 @@ /* Excluded from this release type: _AutoAlertableMonitorType */

@@ -10,2 +10,3 @@ /**

import { ServiceScope } from '@microsoft/sp-core-library';
import { _VetoValues } from '@microsoft/sp-core-library';

@@ -12,0 +13,0 @@ /* Excluded from this release type: _AutoAlertableMonitorType */

@@ -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.34.4"
"packageVersion": "7.35.1"
}
]
}

@@ -242,6 +242,5 @@ "use strict";

name: this.name,
isIntentional: !(0, Killswitches_1.isExtractIsIntentionalKSActivated)()
? // tslint:disable-next-line:no-string-literal
!!(this.extraData || {})['isIntentional']
: undefined,
isIntentional:
// tslint:disable-next-line:no-string-literal
!!(this.extraData || {})['isIntentional'],
extraData: this.extraData || {}

@@ -248,0 +247,0 @@ });

@@ -68,3 +68,3 @@ "use strict";

this._extraDataForCustomerPromise.forEach(function (extraHandlerInfo) {
var errorModuleName = extraHandlerInfo.errorModuleName, logFailure = extraHandlerInfo.logFailure;
var errorModuleName = extraHandlerInfo.errorModuleName, logFailure = extraHandlerInfo.logFailure, veto = extraHandlerInfo.veto;
var errorDetailsForCP = {

@@ -76,3 +76,4 @@ errorCode: errorModuleName,

pageType: extraData === null || extraData === void 0 ? void 0 : extraData.pageType,
errorStack: extraData === null || extraData === void 0 ? void 0 : extraData.errorStack
errorStack: extraData === null || extraData === void 0 ? void 0 : extraData.errorStack,
veto: veto
};

@@ -79,0 +80,0 @@ logFailure(errorDetailsForCP);

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.isExtractIsIntentionalKSActivated = exports.isRespectDisplayAppKSActivated = exports.isLogTeamsAppTypeKSActivated = exports.isLogVivaConnectionMobileAsAppHostTypeKSActivated = void 0;
exports.isRespectDisplayAppKSActivated = exports.isLogTeamsAppTypeKSActivated = exports.isLogVivaConnectionMobileAsAppHostTypeKSActivated = void 0;
var sp_core_library_1 = require("@microsoft/sp-core-library");

@@ -24,8 +24,2 @@ function isLogVivaConnectionMobileAsAppHostTypeKSActivated() {

exports.isRespectDisplayAppKSActivated = isRespectDisplayAppKSActivated;
function isExtractIsIntentionalKSActivated() {
return sp_core_library_1._SPKillSwitch.isActivated('98fde2ff-1ad8-4265-a027-95cb80ec9e13'
/* '2023-01-18', 'Extract isIntentional flag from QWoS extra data to log in Engagement log' */
);
}
exports.isExtractIsIntentionalKSActivated = isExtractIsIntentionalKSActivated;
//# sourceMappingURL=Killswitches.js.map
{
"name": "@microsoft/sp-diagnostics",
"version": "1.17.4",
"version": "1.18.0-beta.1",
"description": "Diagnostics tools for the SharePoint Framework",

@@ -11,9 +11,9 @@ "license": "https://aka.ms/spfx/license",

"devDependencies": {
"@rushstack/heft": "0.49.7",
"@rushstack/heft": "0.51.0",
"tslib": "2.3.1",
"@ms/spfx-internal-web-build-rig": "0.1.0"
"@ms/spfx-internal-web-build-next-rig": "0.1.0"
},
"dependencies": {
"@microsoft/sp-core-library": "1.17.4",
"@microsoft/sp-lodash-subset": "1.17.4"
"@microsoft/sp-core-library": "1.18.0-beta.1",
"@microsoft/sp-lodash-subset": "1.18.0-beta.1"
},

@@ -27,11 +27,10 @@ "engines": {

"deploy": "heft dev-deploy",
"start": "heft start --clean",
"test": "heft test --no-build",
"test-watch": "heft test --watch",
"build-watch": "heft build --lite",
"_phase:build": "heft build --clean",
"_phase:test": "heft test --no-build",
"_phase:build-incremental": "heft build --lite",
"start": "heft build-watch --serve",
"test": "heft test",
"test-watch": "heft test-watch",
"_phase:build": "heft run --only build -- --clean",
"_phase:test": "heft run --only test -- --clean",
"_phase:build-incremental": "heft run --only build --",
"_phase:depscan": "heft depscan"
}
}
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