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

@pnp/queryable

Package Overview
Dependencies
Maintainers
10
Versions
943
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@pnp/queryable - npm Package Compare versions

Comparing version 4.7.0-v4nightly.20241209 to 4.7.0-v4nightly.20241210

2

behaviors/parsers.js

@@ -94,3 +94,3 @@ import { hOP } from "@pnp/core";

static async init(r) {
const t = await r.text();
const t = await r.clone().text();
return new HttpRequestError(`Error making HttpClient request in queryable [${r.status}] ${r.statusText} ::> ${t}`, r);

@@ -97,0 +97,0 @@ }

{
"name": "@pnp/queryable",
"version": "4.7.0-v4nightly.20241209",
"version": "4.7.0-v4nightly.20241210",
"description": "pnp - provides shared odata functionality and base classes",

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

"tslib": "2.7.0",
"@pnp/core": "4.7.0-v4nightly.20241209"
"@pnp/core": "4.7.0-v4nightly.20241210"
},

@@ -12,0 +12,0 @@ "type": "module",

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