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

cute-localize

Package Overview
Dependencies
Maintainers
1
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cute-localize - npm Package Compare versions

Comparing version 0.1.17 to 0.1.18

6

bin/clupdate.js

@@ -26,3 +26,3 @@ #!/usr/bin/env node

.option("-G, --no-use-gitignore", "Do not use 'git check-ignore' to exclude files/directories")
.option("-X, --excluded-paths", "Exclude files/directories whose paths contain the patterns specified")
.option("-X, --excluded-patterns", "Exclude files/directories whose paths contain the patterns specified")
.option("-v, --verbose", "Print error messages")

@@ -45,3 +45,3 @@ .parse(process.argv);

var excludedPatterns = program.excludedPaths || [];
var excludedPatterns = program.excludedPatterns || [];

@@ -161,3 +161,3 @@ var defaultString = program.defaultString || {}; //NODE: To use with 'typeof defaultString == "object"'

}
var shouldExclude = excludedPaths.some(function(ep) {
var shouldExclude = excludedPatterns.some(function(ep) {
return (dirName + "/" + fileName).indexOf(ep) >= 0;

@@ -164,0 +164,0 @@ });

{
"name": "cute-localize",
"version": "0.1.17",
"version": "0.1.18",
"description": "",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -176,3 +176,3 @@ Simple and powerful i18n module for Node.js

-G, --no-use-gitignore Do not use 'git check-ignore' to exclude files/directories
-X, --excluded-paths Exclude files/directories whose paths contain the patterns specified
-X, --excluded-patterns Exclude files/directories whose paths contain the patterns specified
-v, --verbose Print error messages

@@ -179,0 +179,0 @@ ```

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