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

@salesforce/lds-bindings

Package Overview
Dependencies
Maintainers
0
Versions
436
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@salesforce/lds-bindings - npm Package Compare versions

Comparing version 1.308.0 to 1.309.0-dev8

14

dist/ldsBindings.js

@@ -420,2 +420,14 @@ /**

}
subscribe(snapshot) {
var _a;
super.subscribe(snapshot);
// if the snapshot is refreshed we should stop using data from before the refresh
if (this.connected && ((_a = snapshot.refresh) === null || _a === void 0 ? void 0 : _a.resolve)) {
const originalResolve = snapshot.refresh.resolve;
snapshot.refresh.resolve = (config) => {
this.connectTimestamp = Date.now();
return originalResolve(config);
};
}
}
}

@@ -947,2 +959,2 @@ function createInfiniteScrollingWireAdapterConstructor$1(adapter, name, luvio) {

export { ADAPTER_UNFULFILLED_ERROR, REFRESH_ADAPTER_EVENT, bindWireRefresh, createGraphQLImperativeAdapter, createGraphQLWireAdapterConstructor, createImperativeAdapter, createInfiniteScrollingWireAdapterConstructor, createInstrumentedAdapter, createLDSAdapter, createWireAdapterConstructor, instrument, refresh };
// version: 1.308.0-0a7e378822
// version: 1.309.0-dev8-ad7bd154aa

4

package.json
{
"name": "@salesforce/lds-bindings",
"version": "1.308.0",
"version": "1.309.0-dev8",
"license": "SEE LICENSE IN LICENSE.txt",

@@ -34,3 +34,3 @@ "description": "LDS Bindings for SFDC",

"dependencies": {
"@salesforce/lds-graphql-parser": "^1.308.0"
"@salesforce/lds-graphql-parser": "^1.309.0-dev8"
},

@@ -37,0 +37,0 @@ "devDependencies": {

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