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.16.0-rc.0 to 1.16.0

27

package.json
{
"name": "@microsoft/sp-diagnostics",
"version": "1.16.0-rc.0",
"version": "1.16.0",
"description": "Diagnostics tools for the SharePoint Framework",

@@ -10,10 +10,27 @@ "license": "https://aka.ms/spfx/license",

"typings": "dist/index-internal.d.ts",
"devDependencies": {
"@ms/spfx-internal-web-build-rig": "0.1.0",
"@rushstack/heft": "0.47.11",
"tslib": "2.3.1"
},
"dependencies": {
"@microsoft/sp-core-library": "1.16.0-rc.0",
"@microsoft/sp-lodash-subset": "1.16.0-rc.0"
"@microsoft/sp-core-library": "1.16.0",
"@microsoft/sp-lodash-subset": "1.16.0"
},
"scripts": {},
"engines": {
"node": ">=12.13.0 <13.0.0 || >=14.15.0 <15.0.0 || >=16.13.0 <17.0.0"
},
"scripts": {
"build": "heft test --clean",
"clean": "heft clean",
"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",
"_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