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

@pnp/sp

Package Overview
Dependencies
Maintainers
6
Versions
1075
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@pnp/sp - npm Package Compare versions

Comparing version 1.1.2 to 1.1.3-1

8

package.json
{
"name": "@pnp/sp",
"version": "1.1.2",
"version": "1.1.3-1",
"description": "pnp - provides a fluent api for working with SharePoint REST",

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

"peerDependencies": {
"@pnp/common": "1.1.2",
"@pnp/logging": "1.1.2",
"@pnp/odata": "1.1.2"
"@pnp/common": "1.1.3-1",
"@pnp/logging": "1.1.3-1",
"@pnp/odata": "1.1.3-1"
},

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

export declare class SPBatchParseException extends Error {
constructor(msg: string);
}
export declare class SPODataIdException extends Error {
readonly data: any;
constructor(data: any, msg?: string);
}
export declare class MaxCommentLengthException extends Error {

@@ -9,0 +5,0 @@ constructor(msg?: string);

import { SharePointQueryableConstructor } from "./sharepointqueryable";
import { ODataParser } from "@pnp/odata";
export declare function spExtractODataId(candidate: any): string;
export declare function spGetEntityUrl(entity: any): string;
export declare function spODataEntity<T, DataType = any>(factory: SharePointQueryableConstructor<T>): ODataParser<T & DataType>;
export declare function spODataEntityArray<T, DataType = any>(factory: SharePointQueryableConstructor<T>): ODataParser<(T & DataType)[]>;

@@ -67,3 +67,3 @@ import { SharePointQueryable, SharePointQueryableInstance } from "./sharepointqueryable";

*/
followed(types: SocialActorTypes): Promise<any[]>;
followed(types: SocialActorTypes): Promise<SocialActor[]>;
/**

@@ -70,0 +70,0 @@ * Gets the count of users, documents, sites, and tags that the current user is following.

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 too big to display

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 too big to display

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 too big to display

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