Socket
Socket
Sign inDemoInstall

@pnp/sp

Package Overview
Dependencies
Maintainers
6
Versions
1035
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.0.0-beta.10 to 1.0.0-beta.11

8

package.json
{
"name": "@pnp/sp",
"version": "1.0.0-beta.10",
"version": "1.0.0-beta.11",
"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.0.0-beta.10",
"@pnp/logging": "1.0.0-beta.10",
"@pnp/odata": "1.0.0-beta.10"
"@pnp/common": "1.0.0-beta.11",
"@pnp/logging": "1.0.0-beta.11",
"@pnp/odata": "1.0.0-beta.11"
},

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

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

import { TypedHash } from "@pnp/common";
import { SharePointQueryable, SharePointQueryableInstance, SharePointQueryableCollection } from "./sharepointqueryable";

@@ -13,10 +12,2 @@ import { MenuNodeCollection } from "./types";

/**
* Result from udpdating a navigation node
*
*/
export interface NavigationNodeUpdateResult {
data: any;
node: NavigationNode;
}
/**
* Represents a collection of navigation nodes

@@ -58,8 +49,2 @@ *

/**
* Updates this node based on the supplied properties
*
* @param properties The hash of key/value pairs to update
*/
update(properties: TypedHash<boolean | string | number>): Promise<NavigationNodeUpdateResult>;
/**
* Deletes this node and any child nodes

@@ -66,0 +51,0 @@ */

@@ -14,3 +14,3 @@ export { spExtractODataId, spODataEntity, spODataEntityArray } from "./odata";

export { Item, Items, ItemVersion, ItemVersions, ItemAddResult, ItemUpdateResult, ItemUpdateResultData, PagedItemCollection } from "./items";
export { NavigationNodeAddResult, NavigationNodeUpdateResult, NavigationNodes, NavigationNode, NavigationService, INavigationService } from "./navigation";
export { NavigationNodeAddResult, NavigationNodes, NavigationNode, NavigationService, INavigationService } from "./navigation";
export { List, Lists, ListAddResult, ListUpdateResult, ListEnsureResult } from "./lists";

@@ -17,0 +17,0 @@ export { RelatedItem, RelatedItemManger } from "./relateditems";

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