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

commonplace

Package Overview
Dependencies
Maintainers
7
Versions
83
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

commonplace - npm Package Compare versions

Comparing version 2.0.0 to 2.1.0

7

lib/config.js

@@ -0,1 +1,7 @@

/*
Base config for Marketplace frontend projects. They require and extend
this config in their config.js in their project roots. The config mostly
helps the build system copy files or generate RequireJS configs for core
files.
*/
var BASE_PATH = 'src/media/';

@@ -10,3 +16,2 @@ var JS_DEST_PATH = BASE_PATH + 'js/';

'jquery/jquery.js': LIB_DEST_PATH,
'marketplace-core-modules/core/l10n.js': JS_DEST_PATH,
// TODO: Use the official nunjucks and not a modified one.

@@ -13,0 +18,0 @@ // 'nunjucks/browser/nunjucks-slim.js': LIB_DEST_PATH,

2

package.json
{
"name": "commonplace",
"description": "Reusable components for Firefox Marketplace frontend projects.",
"version": "2.0.0",
"version": "2.1.0",
"main": "lib/commonplace",

@@ -6,0 +6,0 @@ "preferGlobal": true,

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