New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@microsoft/mgt-spfx

Package Overview
Dependencies
Maintainers
2
Versions
678
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@microsoft/mgt-spfx - npm Package Compare versions

Comparing version 3.1.3-preview.68f517b to 3.1.3-preview.6d44a17

dist/mgt-library_b0b7d0e4c38a6fbc514e.js

2

dist/78b11c7d-7ca8-47cb-a93c-d3beabb519a1.manifest.json

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

"type": "path",
"path": "mgt-library_34d42b5c07a9667c8f7f.js"
"path": "mgt-library_b0b7d0e4c38a6fbc514e.js"
},

@@ -18,0 +18,0 @@ "@microsoft/microsoft-graph-client": {

@@ -7,11 +7,7 @@ /**

*/
var MgtLibrary = /** @class */ (function () {
function MgtLibrary() {
export class MgtLibrary {
name() {
return 'MgtLibrary';
}
MgtLibrary.prototype.name = function () {
return 'MgtLibrary';
};
return MgtLibrary;
}());
export { MgtLibrary };
}
//# sourceMappingURL=MgtLibrary.js.map
{
"name": "@microsoft/mgt-spfx",
"version": "3.1.3-preview.68f517b",
"version": "3.1.3-preview.6d44a17",
"description": "SharePoint Framework library for Microsoft Graph Toolkit",

@@ -33,5 +33,5 @@ "main": "lib/index.js",

"dependencies": {
"@microsoft/mgt-components": "3.1.3-preview.68f517b",
"@microsoft/mgt-element": "3.1.3-preview.68f517b",
"@microsoft/mgt-sharepoint-provider": "3.1.3-preview.68f517b",
"@microsoft/mgt-components": "3.1.3-preview.6d44a17",
"@microsoft/mgt-element": "3.1.3-preview.6d44a17",
"@microsoft/mgt-sharepoint-provider": "3.1.3-preview.6d44a17",
"tslib": "2.3.1"

@@ -41,2 +41,6 @@ },

"devDependencies": {
"@babel/plugin-transform-logical-assignment-operators": "^7.22.11",
"@babel/plugin-transform-nullish-coalescing-operator": "^7.22.11",
"@babel/plugin-transform-optional-chaining": "^7.23.0",
"@babel/preset-env": "^7.22.20",
"@microsoft/eslint-config-spfx": "1.18.0",

@@ -50,2 +54,3 @@ "@microsoft/eslint-plugin-spfx": "1.18.0",

"ajv": "^6.12.5",
"babel-loader": "^8.0.0",
"eslint": "8.7.0",

@@ -52,0 +57,0 @@ "gulp": "4.0.2",

Sorry, the diff of this file is not supported yet

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