Socket
Socket
Sign inDemoInstall

@pnp/common

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

Comparing version 1.0.5-0 to 1.0.5-1

2

dist/common.es5.js
/**
@license
* @pnp/common v1.0.5-0 - pnp - provides shared functionality across all pnp libraries
* @pnp/common v1.0.5-1 - pnp - provides shared functionality across all pnp libraries
* MIT (https://github.com/pnp/pnpjs/blob/master/LICENSE)

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

/**
@license
* @pnp/common v1.0.5-0 - pnp - provides shared functionality across all pnp libraries
* @pnp/common v1.0.5-1 - pnp - provides shared functionality across all pnp libraries
* MIT (https://github.com/pnp/pnpjs/blob/master/LICENSE)

@@ -26,3 +26,3 @@ * Copyright (c) 2018 Microsoft

@license
* @pnp/logging v1.0.5-0 - pnp - light-weight, subscribable logging framework
* @pnp/logging v1.0.5-1 - pnp - light-weight, subscribable logging framework
* MIT (https://github.com/pnp/pnpjs/blob/master/LICENSE)

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

/**
@license
* @pnp/common v1.0.5-0 - pnp - provides shared functionality across all pnp libraries
* @pnp/common v1.0.5-1 - pnp - provides shared functionality across all pnp libraries
* MIT (https://github.com/pnp/pnpjs/blob/master/LICENSE)

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

/**
@license
* @pnp/common v1.0.5-0 - pnp - provides shared functionality across all pnp libraries
* @pnp/common v1.0.5-1 - pnp - provides shared functionality across all pnp libraries
* MIT (https://github.com/pnp/pnpjs/blob/master/LICENSE)

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

/**
@license
* @pnp/common v1.0.5-0 - pnp - provides shared functionality across all pnp libraries
* @pnp/common v1.0.5-1 - pnp - provides shared functionality across all pnp libraries
* MIT (https://github.com/pnp/pnpjs/blob/master/LICENSE)

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

{
"name": "@pnp/common",
"version": "1.0.5-0",
"version": "1.0.5-1",
"description": "pnp - provides shared functionality across all pnp libraries",

@@ -13,3 +13,3 @@ "main": "./dist/common.es5.umd.js",

"peerDependencies": {
"@pnp/logging": "1.0.5-0"
"@pnp/logging": "1.0.5-1"
},

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

@@ -63,3 +63,7 @@ /**

*/
export declare function extend(target: any, source: any, noOverwrite?: boolean): any;
export declare function extend<T extends {
[key: string]: any;
} = any, S extends {
[key: string]: any;
} = any>(target: T, source: S, noOverwrite?: boolean): T & S;
/**

@@ -66,0 +70,0 @@ * Determines if a given url is absolute

Sorry, the diff of this file is not supported yet

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

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