Socket
Socket
Sign inDemoInstall

@pnp/config-store-commonjs

Package Overview
Dependencies
Maintainers
9
Versions
51
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@pnp/config-store-commonjs - npm Package Compare versions

Comparing version 2.0.2-3 to 2.0.2-4

2

configuration.d.ts

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

import { ITypedHash } from "@pnp/common";
import { ITypedHash } from "@pnp/common-commonjs";
/**

@@ -3,0 +3,0 @@ * Interface for configuration providers

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
var common_1 = require("@pnp/common");
var common_1 = require("@pnp/common-commonjs");
/**

@@ -5,0 +5,0 @@ * Class used to manage the current application settings

{
"name": "@pnp/config-store-commonjs",
"version": "2.0.2-3",
"version": "2.0.2-4",
"description": "pnp - provides a way to manage configuration within your application",

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

"tslib": "1.10.0",
"@pnp/common-commonjs": "2.0.2-3",
"@pnp/sp-commonjs": "2.0.2-3",
"@pnp/logging-commonjs": "2.0.2-3"
"@pnp/common-commonjs": "2.0.2-4",
"@pnp/sp-commonjs": "2.0.2-4",
"@pnp/logging-commonjs": "2.0.2-4"
},

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

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

@@ -4,0 +4,0 @@ * A caching provider which can wrap other non-caching providers

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
var common_1 = require("@pnp/common");
var common_1 = require("@pnp/common-commonjs");
/**

@@ -5,0 +5,0 @@ * A caching provider which can wrap other non-caching providers

import { IConfigurationProvider } from "../configuration";
import { ITypedHash } from "@pnp/common";
import { ITypedHash } from "@pnp/common-commonjs";
import { default as CachingConfigurationProvider } from "./cachingConfigurationProvider";

@@ -4,0 +4,0 @@ import { IWeb } from "@pnp/sp/webs";

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