Socket
Socket
Sign inDemoInstall

@pnp/config-store

Package Overview
Dependencies
Maintainers
6
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 1.1.5-5 to 1.2.0

2

dist/config-store.es5.js
/**
@license
* @pnp/config-store v1.1.5-5 - pnp - provides a way to manage configuration within your application
* @pnp/config-store v1.2.0 - pnp - provides a way to manage configuration within your application
* MIT (https://github.com/pnp/pnpjs/blob/master/LICENSE)

@@ -5,0 +5,0 @@ * Copyright (c) 2018 Microsoft

/**
@license
* @pnp/config-store v1.1.5-5 - pnp - provides a way to manage configuration within your application
* @pnp/config-store v1.2.0 - pnp - provides a way to manage configuration within your application
* MIT (https://github.com/pnp/pnpjs/blob/master/LICENSE)

@@ -5,0 +5,0 @@ * Copyright (c) 2018 Microsoft

/**
@license
* @pnp/config-store v1.1.5-5 - pnp - provides a way to manage configuration within your application
* @pnp/config-store v1.2.0 - pnp - provides a way to manage configuration within your application
* MIT (https://github.com/pnp/pnpjs/blob/master/LICENSE)

@@ -5,0 +5,0 @@ * Copyright (c) 2018 Microsoft

/**
@license
* @pnp/config-store v1.1.5-5 - pnp - provides a way to manage configuration within your application
* @pnp/config-store v1.2.0 - pnp - provides a way to manage configuration within your application
* MIT (https://github.com/pnp/pnpjs/blob/master/LICENSE)

@@ -5,0 +5,0 @@ * Copyright (c) 2018 Microsoft

/**
@license
* @pnp/config-store v1.1.5-5 - pnp - provides a way to manage configuration within your application
* @pnp/config-store v1.2.0 - pnp - provides a way to manage configuration within your application
* MIT (https://github.com/pnp/pnpjs/blob/master/LICENSE)

@@ -5,0 +5,0 @@ * Copyright (c) 2018 Microsoft

{
"name": "@pnp/config-store",
"version": "1.1.5-5",
"version": "1.2.0",
"description": "pnp - provides a way to manage configuration within your application",

@@ -11,5 +11,5 @@ "main": "./dist/config-store.es5.umd.js",

"peerDependencies": {
"@pnp/common": "1.1.5-5",
"@pnp/sp": "1.1.5-5",
"@pnp/logging": "1.1.5-5"
"@pnp/common": "1.2.0",
"@pnp/sp": "1.2.0",
"@pnp/logging": "1.2.0"
},

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

@@ -31,3 +31,3 @@ import { IConfigurationProvider } from "../configuration";

getConfiguration(): Promise<TypedHash<string>>;
private selectPnPCache();
private selectPnPCache;
}

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

export { default as CachingConfigurationProvider } from "./cachingConfigurationProvider";
export { default as SPListConfigurationProvider } from "./spListConfigurationProvider";
export { default as CachingConfigurationProvider, } from "./cachingConfigurationProvider";
export { default as SPListConfigurationProvider, } from "./spListConfigurationProvider";

Sorry, the diff of this file is too big to display

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