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

commonplace

Package Overview
Dependencies
Maintainers
2
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.2.4 to 0.2.5

14

lib/commonplace.js

@@ -526,2 +526,12 @@ var child_process = require('child_process');

if (started) return;
var build_id_file = path.resolve(src_dir, 'media/build_id.txt');
fs.writeFile(build_id_file, new Date().getTime(), function(err) {
if (err) {
console.error('Error writing `build_id.py` to disk.');
return;
}
console.log('Created ' + build_id_file);
});
callback();

@@ -743,4 +753,4 @@ }

console.log('Finished fiddling.');
var duration = (new Date()).getTime() - now;
console.log('Completed in', Math.round(duration / 10) / 100, 'seconds.')
var duration = new Date().getTime() - now;
console.log('Completed in', Math.round(duration / 10) / 100, 'seconds.');
}

@@ -747,0 +757,0 @@ }

2

package.json
{
"name": "commonplace",
"version": "0.2.4",
"version": "0.2.5",
"repository": {

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

Sorry, the diff of this file is not supported yet

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