Comparing version 0.0.7 to 0.0.8
@@ -9,4 +9,4 @@ /* This Source Code Form is subject to the terms of the Mozilla Public | ||
const COMMONJS_URI = "resource://gre/modules/commonjs"; | ||
const { require } = Cu.import(`${COMMONJS_URI}/toolkit/require.js`, {}); | ||
const { Bootstrap } = require(`${COMMONJS_URI}/sdk/addon/bootstrap.js`); | ||
const { require } = Cu.import(COMMONJS_URI + "/toolkit/require.js", {}); | ||
const { Bootstrap } = require(COMMONJS_URI + "/sdk/addon/bootstrap.js"); | ||
const { startup, shutdown, install, uninstall } = new Bootstrap(rootURI); |
{ | ||
"name": "jpm-core", | ||
"version": "0.0.7", | ||
"version": "0.0.8", | ||
"description": "Cross platform components for building Firefox add-ons", | ||
@@ -5,0 +5,0 @@ "main": "./index.js", |
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
Dynamic require
Supply chain riskDynamic require can indicate the package is performing dangerous or unsafe dynamic code execution.
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
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
Dynamic require
Supply chain riskDynamic require can indicate the package is performing dangerous or unsafe dynamic code execution.
Found 1 instance in 1 package
1