Socket
Socket
Sign inDemoInstall

@pnp/odata

Package Overview
Dependencies
Maintainers
12
Versions
154
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@pnp/odata - npm Package Compare versions

Comparing version 2.1.0-beta0 to 2.1.0-beta1

6

package.json
{
"name": "@pnp/odata",
"version": "2.1.0-beta0",
"version": "2.1.0-beta1",
"description": "pnp - provides shared odata functionality and base classes",

@@ -9,4 +9,4 @@ "main": "./index.js",

"tslib": "2.0.0",
"@pnp/logging": "2.1.0-beta0",
"@pnp/common": "2.1.0-beta0"
"@pnp/logging": "2.1.0-beta1",
"@pnp/common": "2.1.0-beta1"
},

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

@@ -50,3 +50,4 @@ import { IFetchOptions, IConfigOptions, IRequestClient, ITypedHash, Runtime } from "@pnp/common";

getRuntime(): Runtime;
setRuntime(...args: [runtime: Runtime] | [cloneGlobal: boolean, additionalConfig?: ITypedHash<any>]): this;
setRuntime(runtime: Runtime): this;
setRuntime(cloneGlobal: boolean, additionalConfig?: ITypedHash<any>): this;
/**

@@ -53,0 +54,0 @@ * Gets the full url with query information

@@ -77,2 +77,3 @@ import { __read, __spread } from "tslib";

Queryable.prototype.setRuntime = function () {
// need to wait for ts update in spfx: [runtime: Runtime] | [cloneGlobal: boolean, additionalConfig?: ITypedHash<any>]
var args = [];

@@ -79,0 +80,0 @@ for (var _i = 0; _i < arguments.length; _i++) {

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