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
13
Versions
1010
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

to
3.0.0-v3nightly.20220026

4

package.json
{
"name": "@pnp/queryable",
"version": "3.0.0-v3nightly.20220025",
"version": "3.0.0-v3nightly.20220026",
"description": "pnp - provides shared odata functionality and base classes",

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

"tslib": "2.3.1",
"@pnp/core": "3.0.0-v3nightly.20220025"
"@pnp/core": "3.0.0-v3nightly.20220026"
},

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

@@ -90,4 +90,3 @@ import { __decorate } from "tslib";

if (typeof result !== "undefined") {
log("Result returned from pre");
log("Emitting data");
log("Result returned from pre, Emitting data");
this.emit.data(result);

@@ -126,2 +125,4 @@ log("Emitted data");

return new Promise((resolve, reject) => {
// we overwrite any pre-existing internal events as a
// given queryable can only process a single request at a time
this.on[this.InternalResolveEvent].replace(resolve);

@@ -128,0 +129,0 @@ this.on[this.InternalRejectEvent].replace(reject);

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet