Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@microsoft/mgt-element

Package Overview
Dependencies
Maintainers
1
Versions
831
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@microsoft/mgt-element - npm Package Compare versions

Comparing version 2.2.0-preview.fea9bdc to 2.2.0

2

dist/es6/utils/Cache.js

@@ -210,3 +210,3 @@ /**

if (this.schema.stores.hasOwnProperty(storeName)) {
db.createObjectStore(storeName);
db.objectStoreNames.contains(storeName) || db.createObjectStore(storeName);
}

@@ -213,0 +213,0 @@ }

{
"name": "@microsoft/mgt-element",
"version": "2.2.0-preview.fea9bdc",
"version": "2.2.0",
"description": "Microsoft Graph Toolkit base classes",

@@ -36,3 +36,3 @@ "homepage": "https://github.com/microsoftgraph/microsoft-graph-toolkit",

"lit-element": "^2.4.0",
"idb": "^6.0.0"
"idb": "6.0.0"
},

@@ -39,0 +39,0 @@ "publishConfig": {

@@ -363,3 +363,3 @@ /**

if (this.schema.stores.hasOwnProperty(storeName)) {
db.createObjectStore(storeName);
db.objectStoreNames.contains(storeName) || db.createObjectStore(storeName);
}

@@ -366,0 +366,0 @@ }

Sorry, the diff of this file is not supported yet

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