Socket
Socket
Sign inDemoInstall

@pnp/common

Package Overview
Dependencies
Maintainers
12
Versions
155
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@pnp/common - npm Package Compare versions

Comparing version 2.1.0-beta1 to 2.1.0-beta2

19

libconfig.js

@@ -30,10 +30,15 @@ import { __read, __values } from "tslib";

this._v = _v;
var defaulter = function (key, def) {
if (!_this._v.has(key)) {
_this._v.set(key, def);
}
};
// setup defaults
this._v.set(s[0], "session");
this._v.set(s[1], 60);
this._v.set(s[2], false);
this._v.set(s[3], false);
this._v.set(s[4], 750);
this._v.set(s[5], null);
this._v.set(s[6], false);
defaulter(s[0], "session");
defaulter(s[1], 60);
defaulter(s[2], false);
defaulter(s[3], false);
defaulter(s[4], 750);
defaulter(s[5], null);
defaulter(s[6], false);
runtimeCreateHooks.forEach(function (hook) { return hook(_this); });

@@ -40,0 +45,0 @@ }

{
"name": "@pnp/common",
"version": "2.1.0-beta1",
"version": "2.1.0-beta2",
"description": "pnp - provides shared functionality across all pnp libraries",

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

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