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

jpm-core

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jpm-core - npm Package Compare versions

Comparing version 0.0.7 to 0.0.8

4

data/bootstrap.js

@@ -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",

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