Socket
Socket
Sign inDemoInstall

@pnp/config-store

Package Overview
Dependencies
5
Maintainers
13
Versions
155
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.10.0 to 2.11.0

0

configuration.d.ts

@@ -0,0 +0,0 @@ import { ITypedHash } from "@pnp/common";

@@ -0,0 +0,0 @@ import { mergeMaps, objectToMap, jsS } from "@pnp/common";

export * from "./configuration.js";
export * from "./providers/index.js";
//# sourceMappingURL=index.d.ts.map
export * from "./configuration.js";
export * from "./providers/index.js";
//# sourceMappingURL=index.js.map

8

package.json
{
"name": "@pnp/config-store",
"version": "2.10.0",
"version": "2.11.0",
"description": "pnp - provides a way to manage configuration within your application",

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

"tslib": "2.3.0",
"@pnp/common": "2.10.0",
"@pnp/sp": "2.10.0",
"@pnp/logging": "2.10.0"
"@pnp/common": "2.11.0",
"@pnp/sp": "2.11.0",
"@pnp/logging": "2.11.0"
},

@@ -14,0 +14,0 @@ "author": {

@@ -0,0 +0,0 @@ import { IConfigurationProvider } from "../configuration.js";

@@ -0,0 +0,0 @@ import { PnPClientStorage } from "@pnp/common";

export { default as CachingConfigurationProvider, } from "./cachingConfigurationProvider.js";
export { default as SPListConfigurationProvider, } from "./spListConfigurationProvider.js";
//# sourceMappingURL=index.d.ts.map
export { default as CachingConfigurationProvider, } from "./cachingConfigurationProvider.js";
export { default as SPListConfigurationProvider, } from "./spListConfigurationProvider.js";
//# sourceMappingURL=index.js.map

@@ -0,0 +0,0 @@ import { IConfigurationProvider } from "../configuration.js";

@@ -0,0 +0,0 @@ import { default as CachingConfigurationProvider } from "./cachingConfigurationProvider.js";

@@ -0,0 +0,0 @@ ![SharePoint Patterns and Practices](https://devofficecdn.azureedge.net/media/Default/PnP/sppnp.png)

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc