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

@mozilla/glean

Package Overview
Dependencies
Maintainers
1
Versions
66
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@mozilla/glean - npm Package Compare versions

Comparing version 2.0.2 to 2.0.3

2

dist/core/constants.js
export const GLEAN_SCHEMA_VERSION = 1;
export const GLEAN_VERSION = "2.0.2";
export const GLEAN_VERSION = "2.0.3";
export const PING_INFO_STORAGE = "glean_ping_info";

@@ -4,0 +4,0 @@ export const CLIENT_INFO_STORAGE = "glean_client_info";

@@ -187,2 +187,7 @@ import { CLIENT_INFO_STORAGE, KNOWN_CLIENT_ID } from "../constants.js";

})(Glean || (Glean = {}));
window.Glean = {
setLogPings: Glean.setLogPings,
setDebugViewTag: Glean.setDebugViewTag,
setSourceTags: Glean.setSourceTags
};
export default Glean;
export declare const GLEAN_SCHEMA_VERSION = 1;
export declare const GLEAN_VERSION = "2.0.2";
export declare const GLEAN_VERSION = "2.0.3";
export declare const PING_INFO_STORAGE = "glean_ping_info";

@@ -4,0 +4,0 @@ export declare const CLIENT_INFO_STORAGE = "glean_client_info";

@@ -82,2 +82,11 @@ import type { ConfigurationInterface } from "../config.js";

}
declare global {
interface Window {
Glean: {
setLogPings: (flag: boolean) => void;
setDebugViewTag: (value: string) => void;
setSourceTags: (value: string[]) => void;
};
}
}
export default Glean;
{
"name": "@mozilla/glean",
"version": "2.0.2",
"version": "2.0.3",
"description": "An implementation of the Glean SDK, a modern cross-platform telemetry client, for JavaScript environments.",

@@ -5,0 +5,0 @@ "type": "module",

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