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

@pnp/config-store

Package Overview
Dependencies
Maintainers
13
Versions
155
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@pnp/config-store - npm Package Compare versions

Comparing version 2.1.0-beta6 to 2.1.0-beta7

4

index.d.ts

@@ -1,3 +0,3 @@

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

@@ -1,3 +0,3 @@

export * from "./configuration";
export * from "./providers/index";
export * from "./configuration.js";
export * from "./providers/index.js";
//# sourceMappingURL=index.js.map
{
"name": "@pnp/config-store",
"version": "2.1.0-beta6",
"version": "2.1.0-beta7",
"description": "pnp - provides a way to manage configuration within your application",

@@ -8,6 +8,6 @@ "main": "./index.js",

"dependencies": {
"tslib": "2.0.0",
"@pnp/common": "2.1.0-beta6",
"@pnp/sp": "2.1.0-beta6",
"@pnp/logging": "2.1.0-beta6"
"tslib": "2.0.3",
"@pnp/common": "2.1.0-beta7",
"@pnp/sp": "2.1.0-beta7",
"@pnp/logging": "2.1.0-beta7"
},

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

@@ -1,2 +0,2 @@

import { IConfigurationProvider } from "../configuration";
import { IConfigurationProvider } from "../configuration.js";
import { ITypedHash, IPnPClientStore } from "@pnp/common";

@@ -3,0 +3,0 @@ /**

@@ -1,3 +0,3 @@

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

@@ -1,3 +0,3 @@

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

@@ -1,4 +0,4 @@

import { IConfigurationProvider } from "../configuration";
import { IConfigurationProvider } from "../configuration.js";
import { ITypedHash } from "@pnp/common";
import { default as CachingConfigurationProvider } from "./cachingConfigurationProvider";
import { default as CachingConfigurationProvider } from "./cachingConfigurationProvider.js";
import { IWeb } from "@pnp/sp/webs";

@@ -5,0 +5,0 @@ import "@pnp/sp/lists/web";

@@ -1,2 +0,2 @@

import { default as CachingConfigurationProvider } from "./cachingConfigurationProvider";
import { default as CachingConfigurationProvider } from "./cachingConfigurationProvider.js";
import "@pnp/sp/lists/web";

@@ -3,0 +3,0 @@ import "@pnp/sp/items/list";

@@ -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

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

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

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