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 0.5.0 to 0.5.1

2

bower.json

@@ -5,3 +5,3 @@ {

"description": "Reusable components for the Firefox Marketplace",
"version": "0.5.0",
"version": "0.5.1",
"ignore": [

@@ -8,0 +8,0 @@ "bin",

@@ -60,2 +60,3 @@ var _ = require('underscore');

// 'nunjucks': 'lib/nunjucks-slim',
'settings': ['settings_local', 'settings'],
'templates': '../../templates',

@@ -79,8 +80,2 @@ 'underscore': 'lib/underscore',

var inlineRequireConfig = '(function() {' +
'require.config(' +
JSON.stringify(requireConfig) +
');' +
'}())';
module.exports = {

@@ -90,3 +85,9 @@ bowerConfig: bowerConfig,

LIB_DEST_PATH: LIB_DEST_PATH,
inlineRequireConfig: inlineRequireConfig
makeInlineRequireConfig: function(requireConfig) {
return '(function() {' +
'require.config(' +
JSON.stringify(requireConfig) +
');' +
'}())';
}
};
{
"name": "commonplace",
"version": "0.5.0",
"version": "0.5.1",
"main": "lib/commonplace",

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