New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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.1.4 to 0.1.5

2

lib/commonplace.js

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

var match = path_regex.exec(filepath);
process_file(filepath, match[1], langpacks_path + match[1] + '.js');
process_file(filepath, match[1], path.resolve(langpacks_path, match[1] + '.js'));
});

@@ -262,0 +262,0 @@ }

{
"name": "commonplace",
"version": "0.1.4",
"version": "0.1.5",
"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