New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

commonplace

Package Overview
Dependencies
Maintainers
8
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.3.0 to 2.4.0

8

lib/config.js

@@ -44,2 +44,9 @@ /*

// Build stylus config, to be passed to Stylus for generating CSS.
var stylusConfig = {
compress: false,
include: BOWER_PATH + 'marketplace-core-css/',
import: 'core'
};
// Server config to allow easy switching of servers in settings.

@@ -92,2 +99,3 @@ var serverConfig = {

serverConfig: serverConfig,
stylusConfig: stylusConfig,
BOWER_PATH: BOWER_PATH,

@@ -94,0 +102,0 @@ CSS_DEST_PATH: CSS_DEST_PATH,

2

package.json
{
"name": "commonplace",
"description": "Reusable components for Firefox Marketplace frontend projects.",
"version": "2.3.0",
"version": "2.4.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