@mozilla/glean
Advanced tools
Comparing version 0.1.1 to 0.2.0
{ | ||
"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 @@ }, |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Empty package
Supply chain riskPackage does not contain any code. It may be removed, is name squatting, or the result of a faulty package publish.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
147766
70
4049
2