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.9 to 0.0.11

.npmignore

2

data/bootstrap.js

@@ -11,2 +11,2 @@ /* This Source Code Form is subject to the terms of the Mozilla Public

const { Bootstrap } = require(COMMONJS_URI + "/sdk/addon/bootstrap.js");
const { startup, shutdown, install, uninstall } = new Bootstrap(rootURI);
var { startup, shutdown, install, uninstall } = new Bootstrap(rootURI);
{
"name": "jpm-core",
"version": "0.0.9",
"version": "0.0.11",
"description": "Cross platform components for building Firefox add-ons",

@@ -13,8 +13,11 @@ "main": "./index.js",

"author": "Erik Vold <evold@mozilla.com> (http://work.erikvold.com/)",
"license": "MPL v2.0",
"homepage": "https://github.com/mozilla/jpm-core",
"license": "MPL-2.0",
"homepage": "https://github.com/mozilla-jetpack/jpm-core",
"repository": {
"type": "git",
"url": "git://github.com/mozilla/jpm-core.git"
"url": "git://github.com/mozilla-jetpack/jpm-core.git"
},
"bugs": {
"url": "http://github.com/mozilla-jetpack/jpm-core/issues"
}
}

@@ -1,2 +0,2 @@

# JPM Core [![Build Status](https://travis-ci.org/mozilla/jpm-core.png)](https://travis-ci.org/mozilla/jpm-core)
# JPM Core
===

@@ -3,0 +3,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