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

commonplace

Package Overview
Dependencies
Maintainers
1
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.0.9 to 0.0.10

7

lib/commonplace.js

@@ -111,3 +111,8 @@ var fs = require('fs');

console.log('Bootstrapping commonplace update...');
spawn('commonplace', ['update']).on('close', function(code) {
var updater = spawn('commonplace', ['update']);
updater.stdout.on('data', process.stdout.write);
updater.stderr.on('data', process.stderr.write);
updater.on('close', function(code) {
if (code) {

@@ -114,0 +119,0 @@ console.error('Error updating commonplace');

2

package.json
{
"name": "commonplace",
"version": "0.0.9",
"version": "0.0.10",
"repository": {

@@ -5,0 +5,0 @@ "url": "git://github.com/mozilla/commonplace.git",

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