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

@pnp/common

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/common - npm Package Compare versions

Comparing version 2.1.0-beta6 to 2.1.0-beta7

2

collections.js

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

import { isFunc, objectDefinedNotNull } from "./util";
import { isFunc, objectDefinedNotNull } from "./util.js";
/**

@@ -3,0 +3,0 @@ * Used to calculate the object properties, with polyfill if needed

@@ -1,8 +0,8 @@

export * from "./collections";
export * from "./libconfig";
export * from "./net";
export * from "./spfxcontextinterface";
export * from "./storage";
export * from "./util";
export * from "./safe-global";
export * from "./collections.js";
export * from "./libconfig.js";
export * from "./net.js";
export * from "./spfxcontextinterface.js";
export * from "./storage.js";
export * from "./util.js";
export * from "./safe-global.js";
//# sourceMappingURL=index.d.ts.map

@@ -1,8 +0,8 @@

export * from "./collections";
export * from "./libconfig";
export * from "./net";
export * from "./spfxcontextinterface";
export * from "./storage";
export * from "./util";
export * from "./safe-global";
export * from "./collections.js";
export * from "./libconfig.js";
export * from "./net.js";
export * from "./spfxcontextinterface.js";
export * from "./storage.js";
export * from "./util.js";
export * from "./safe-global.js";
//# sourceMappingURL=index.js.map

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

import { ITypedHash } from "./collections";
import { ISPFXContext } from "./spfxcontextinterface";
import { ITypedHash } from "./collections.js";
import { ISPFXContext } from "./spfxcontextinterface.js";
export interface ILibraryConfiguration {

@@ -4,0 +4,0 @@ /**

import { __read, __values } from "tslib";
import { mergeMaps, objectToMap } from "./collections";
import { mergeMaps, objectToMap } from "./collections.js";
export function setup(config, runtime) {

@@ -4,0 +4,0 @@ if (runtime === void 0) { runtime = DefaultRuntime; }

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

import { ISPFXContext } from "./spfxcontextinterface";
import { ISPFXContext } from "./spfxcontextinterface.js";
export interface IConfigOptions {

@@ -3,0 +3,0 @@ headers?: string[][] | {

import { __awaiter, __extends, __generator } from "tslib";
import { assign, objectDefinedNotNull } from "./util";
import { safeGlobal } from "./safe-global";
import { assign, objectDefinedNotNull } from "./util.js";
import { safeGlobal } from "./safe-global.js";
export function mergeHeaders(target, source) {

@@ -5,0 +5,0 @@ if (objectDefinedNotNull(source)) {

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

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

"dependencies": {
"tslib": "2.0.0"
"tslib": "2.0.3"
},

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

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

import { __awaiter, __generator } from "tslib";
import { dateAdd, getCtxCallback, jsS, objectDefinedNotNull } from "./util";
import { DefaultRuntime } from "./libconfig";
import { dateAdd, getCtxCallback, jsS, objectDefinedNotNull } from "./util.js";
import { DefaultRuntime } from "./libconfig.js";
/**

@@ -5,0 +5,0 @@ * A wrapper class to provide a consistent interface to browser based storage

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

import { ITypedHash } from "./collections";
import { ITypedHash } from "./collections.js";
/**

@@ -3,0 +3,0 @@ * Gets a callback function which will maintain context across async calls.

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

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