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

@microsoft/mgt-element

Package Overview
Dependencies
Maintainers
2
Versions
828
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.1.0-preview.17ba514 to 2.1.0-preview.234adee

17

dist/es6/utils/Cache.d.ts

@@ -165,21 +165,6 @@ /**

stores: {
[name: string]: CacheSchemaStore;
[name: string]: string;
};
}
/**
* Represents an individual store within each cache
*
* @export
* @interface CacheSchemaStore
*/
export interface CacheSchemaStore {
/**
* key used to access values in the cache
*
* @type {string}
* @memberof CacheSchemaStore
*/
key?: string;
}
/**
* item that is stored in cache

@@ -186,0 +171,0 @@ *

3

package.json
{
"name": "@microsoft/mgt-element",
"version": "2.1.0-preview.17ba514",
"version": "2.1.0-preview.234adee",
"description": "Microsoft Graph Toolkit base classes",

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

"setVersion": "gulp setVersion --cwd .",
"setLicense": "gulp setLicense --cwd .",
"postpack": "cpx *.tgz ../../artifacts"

@@ -34,0 +33,0 @@ },

@@ -235,21 +235,6 @@ /**

*/
stores: { [name: string]: CacheSchemaStore };
stores: { [name: string]: string };
}
/**
* Represents an individual store within each cache
*
* @export
* @interface CacheSchemaStore
*/
export interface CacheSchemaStore {
/**
* key used to access values in the cache
*
* @type {string}
* @memberof CacheSchemaStore
*/
key?: string;
}
/**
* item that is stored in cache

@@ -256,0 +241,0 @@ *

Sorry, the diff of this file is not supported yet

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