New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@pnp/queryable

Package Overview
Dependencies
Maintainers
0
Versions
983
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 to 4.8.0-v4nightly.20241224

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",
"version": "4.8.0-v4nightly.20241224",
"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"
"@pnp/core": "4.8.0-v4nightly.20241224"
},

@@ -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