🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

@amplitude/element-selector

Package Overview
Dependencies
Maintainers
6
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@amplitude/element-selector - npm Package Compare versions

Comparing version
0.2.0
to
0.2.1
+1
-1
package.json
{
"name": "@amplitude/element-selector",
"version": "0.2.0",
"version": "0.2.1",
"description": "Shared element-selector algorithm consumed by autocapture, the Amplitude dashboard, and the Chrome extension visual tagger.",

@@ -5,0 +5,0 @@ "author": "Amplitude Inc",

@@ -59,5 +59,9 @@ # @amplitude/element-selector

config.remoteConfigClient.subscribe('elementSelector', 'all', (next) => {
engine.updateConfig(resolveSelectorConfig(next, config.loggerProvider));
});
config.remoteConfigClient.subscribe(
'configs.analyticsSDK.browserSDK.autocapture.elementSelector',
'all',
(next) => {
engine.updateConfig(resolveSelectorConfig(next, config.loggerProvider));
},
);
```

@@ -64,0 +68,0 @@