![Deno 2.2 Improves Dependency Management and Expands Node.js Compatibility](https://cdn.sanity.io/images/cgdhsj6q/production/97774ea8c88cc8f4bed2766c31994ebc38116948-1664x1366.png?w=400&fit=max&auto=format)
Security News
Deno 2.2 Improves Dependency Management and Expands Node.js Compatibility
Deno 2.2 enhances Node.js compatibility, improves dependency management, adds OpenTelemetry support, and expands linting and task automation for developers.
Jetpack Mechanic utilities for creating, testing, running and packaging Mozilla Jetpack Addons
IMPORTANT UPDATE AS OF 2017-02-07: Firefox is planning to deprecate the type of
add-ons that are built by jpm
. If you're building a new add-on, consider a
WebExtension
instead and check out the web-ext
tool which has all the same features as jpm
. Here are some
resources
to help you migrate a legacy jpm
built add-on.
Replacing the previous python tool for developing Firefox Add-ons, cfx, jpm is a utility for developing, testing, and packaging add-ons.
Install the latest stable version from NPM:
npm install --global jpm
Alternatively, you can install
from the GitHub source to get the latest features or to work on jpm itself.
Use npm link to add the jpm
global to your path:
git clone https://github.com/mozilla-jetpack/jpm.git
cd jpm
npm install
npm link
Type jpm --help
for all available commands and options or read the documentation linked below.
Read about how to contribute patches to jpm
.
Note: this is experimental
You must have the Extension Auto-Installer
installed on a pre-production Firefox and you need to use a profile
that sets xpinstall.signatures.required
to false
(more info). For logging with watchpost
, also see Developing without browser restarts.
Once this has completed, setup a watchpost:
jpm watchpost --post-url http://localhost:8888/
This will watch for changes to the current working directory and post a new xpi to your installed
Extension Auto-Installer which will then install the new xpi. To end the process, use the hokey, CTRL + C
.
For a simple xpi and post, use:
jpm post --post-url http://localhost:8888/
FAQs
Jetpack Mechanic utilities for creating, testing, running and packaging Mozilla Jetpack Addons
The npm package jpm receives a total of 160 weekly downloads. As such, jpm popularity was classified as not popular.
We found that jpm demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 6 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Deno 2.2 enhances Node.js compatibility, improves dependency management, adds OpenTelemetry support, and expands linting and task automation for developers.
Security News
React's CRA deprecation announcement sparked community criticism over framework recommendations, leading to quick updates acknowledging build tools like Vite as valid alternatives.
Security News
Ransomware payment rates hit an all-time low in 2024 as law enforcement crackdowns, stronger defenses, and shifting policies make attacks riskier and less profitable.