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

@mozilla/glean

Package Overview
Dependencies
Maintainers
15
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 0.1.1 to 0.2.0

dist/webext/core/config.js

28

package.json
{
"name": "@mozilla/glean",
"version": "0.1.1",
"version": "0.2.0",
"description": "An implementation of the Glean SDK, a modern cross-platform telemetry client, for Javascript environments.",
"exports": {
"./package.json": "./package.json",
"./qt": "./dist/qt.js",
"./webext": "./dist/webext.js"
"./webext": "./dist/webext/index/webext.js",
"./webext/private/metrics/*": "./dist/webext/core/metrics/types/*.js",
"./webext/private/ping": "./dist/webext/core/pings/index.js"
},
"typesVersions": {
"*": {
"webext/*": [
"./dist/webext/types/*"
]
}
},
"files": [
"README.md",
"package.json",
"dist/**/*.js"
"dist/**/*"
],
"scripts": {
"test": "npm run test:core && npm run test:platform",
"test:core": "ts-mocha \"tests/core/**/*.spec.ts\" --paths -p ./tsconfig.json --recursive",
"test:platform": "npm run build:test-webext && ts-mocha \"tests/platform/**/*.spec.ts\" --paths -p ./tsconfig.json --recursive --timeout 0",
"test:core": "ts-mocha \"tests/core/**/*.spec.ts\" --recursive",
"test:platform": "npm run build:test-webext && ts-mocha \"tests/platform/**/*.spec.ts\" --recursive --timeout 0",
"build:test-webext": "cd tests/platform/utils/webext/sample/ && npm install && npm run build:xpi",
"lint": "eslint . --ext .ts,.js,.json --max-warnings=0",
"fix": "eslint . --ext .ts,.js,.json --fix",
"build": "webpack --config webpack.config.js --mode production",
"dev": "webpack --watch --config webpack.config.js --mode development --devtool inline-source-map",
"prepublishOnly": "cp ../README.md ./README.md && npm run build",
"build:webext:lib": "tsc -p ./tsconfig/webext/index.json",
"build:webext:types": "tsc -p ./tsconfig/webext/types.json",
"build:webext": "npm run build:webext:lib && npm run build:webext:types",
"build:qt": "webpack --config webpack.config.qt.js --mode production",
"prepublishOnly": "cp ../README.md ./README.md && npm run build:webext",
"postpublish": "rm ./README.md"

@@ -26,0 +36,0 @@ },

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