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

@amplitude/plugin-autocapture-browser

Package Overview
Dependencies
Maintainers
21
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@amplitude/plugin-autocapture-browser - npm Package Compare versions

Comparing version 0.9.1 to 0.9.2

4

lib/cjs/autocapture-plugin.d.ts

@@ -7,3 +7,3 @@ import { BrowserClient, BrowserConfig, EnrichmentPlugin } from '@amplitude/analytics-types';

export declare const DEFAULT_DATA_ATTRIBUTE_PREFIX = "data-amp-track-";
interface Options {
export interface AutocaptureOptions {
/**

@@ -43,4 +43,4 @@ * List of CSS selectors to allow auto tracking on.

}
export declare const autocapturePlugin: (options?: Options) => BrowserEnrichmentPlugin;
export declare const autocapturePlugin: (options?: AutocaptureOptions) => BrowserEnrichmentPlugin;
export {};
//# sourceMappingURL=autocapture-plugin.d.ts.map

@@ -1,3 +0,3 @@

export { autocapturePlugin as plugin, autocapturePlugin, DEFAULT_CSS_SELECTOR_ALLOWLIST, DEFAULT_DATA_ATTRIBUTE_PREFIX, } from './autocapture-plugin';
export { autocapturePlugin as plugin, autocapturePlugin, DEFAULT_CSS_SELECTOR_ALLOWLIST, DEFAULT_DATA_ATTRIBUTE_PREFIX, AutocaptureOptions, } from './autocapture-plugin';
export { Messenger, Action, ActionData, Message, WindowMessenger } from './libs/messenger';
//# sourceMappingURL=index.d.ts.map

@@ -1,2 +0,2 @@

export declare const VERSION = "0.9.0";
export declare const VERSION = "0.9.1";
//# sourceMappingURL=version.d.ts.map
Object.defineProperty(exports, "__esModule", { value: true });
exports.VERSION = void 0;
exports.VERSION = '0.9.0';
exports.VERSION = '0.9.1';
//# sourceMappingURL=version.js.map

@@ -7,3 +7,3 @@ import { BrowserClient, BrowserConfig, EnrichmentPlugin } from '@amplitude/analytics-types';

export declare const DEFAULT_DATA_ATTRIBUTE_PREFIX = "data-amp-track-";
interface Options {
export interface AutocaptureOptions {
/**

@@ -43,4 +43,4 @@ * List of CSS selectors to allow auto tracking on.

}
export declare const autocapturePlugin: (options?: Options) => BrowserEnrichmentPlugin;
export declare const autocapturePlugin: (options?: AutocaptureOptions) => BrowserEnrichmentPlugin;
export {};
//# sourceMappingURL=autocapture-plugin.d.ts.map

@@ -1,3 +0,3 @@

export { autocapturePlugin as plugin, autocapturePlugin, DEFAULT_CSS_SELECTOR_ALLOWLIST, DEFAULT_DATA_ATTRIBUTE_PREFIX, } from './autocapture-plugin';
export { autocapturePlugin as plugin, autocapturePlugin, DEFAULT_CSS_SELECTOR_ALLOWLIST, DEFAULT_DATA_ATTRIBUTE_PREFIX, AutocaptureOptions, } from './autocapture-plugin';
export { Messenger, Action, ActionData, Message, WindowMessenger } from './libs/messenger';
//# sourceMappingURL=index.d.ts.map

@@ -1,2 +0,2 @@

export declare const VERSION = "0.9.0";
export declare const VERSION = "0.9.1";
//# sourceMappingURL=version.d.ts.map

@@ -1,2 +0,2 @@

export var VERSION = '0.9.0';
export var VERSION = '0.9.1';
//# sourceMappingURL=version.js.map

@@ -7,3 +7,3 @@ import { BrowserClient, BrowserConfig, EnrichmentPlugin } from '@amplitude/analytics-types';

export declare const DEFAULT_DATA_ATTRIBUTE_PREFIX = "data-amp-track-";
interface Options {
export interface AutocaptureOptions {
/**

@@ -43,4 +43,4 @@ * List of CSS selectors to allow auto tracking on.

}
export declare const autocapturePlugin: (options?: Options) => BrowserEnrichmentPlugin;
export declare const autocapturePlugin: (options?: AutocaptureOptions) => BrowserEnrichmentPlugin;
export {};
//# sourceMappingURL=autocapture-plugin.d.ts.map

@@ -1,3 +0,3 @@

export { autocapturePlugin as plugin, autocapturePlugin, DEFAULT_CSS_SELECTOR_ALLOWLIST, DEFAULT_DATA_ATTRIBUTE_PREFIX, } from './autocapture-plugin';
export { autocapturePlugin as plugin, autocapturePlugin, DEFAULT_CSS_SELECTOR_ALLOWLIST, DEFAULT_DATA_ATTRIBUTE_PREFIX, AutocaptureOptions, } from './autocapture-plugin';
export { Messenger, Action, ActionData, Message, WindowMessenger } from './libs/messenger';
//# sourceMappingURL=index.d.ts.map

@@ -1,2 +0,2 @@

export declare const VERSION = "0.9.0";
export declare const VERSION = "0.9.1";
//# sourceMappingURL=version.d.ts.map
{
"name": "@amplitude/plugin-autocapture-browser",
"version": "0.9.1",
"version": "0.9.2",
"description": "",

@@ -60,3 +60,3 @@ "author": "Amplitude Inc",

],
"gitHead": "4add89f329257829f0fa50c2b4a38b1877a0325f"
"gitHead": "3521a68a84a7295aa639c4b40019f2922bfc6e6a"
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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