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.19 to 0.1.20

12

bin/clupdate.js

@@ -140,2 +140,8 @@ #!/usr/bin/env node

FS.readdirSync(dirName).forEach(function(fileName) {
var shouldExclude = excludedPatterns.some(function(ep) {
return (dirName + "/" + fileName).indexOf(ep) >= 0;
});
if (shouldExclude) {
return;
}
if (gitignore) {

@@ -160,8 +166,2 @@ try {

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

@@ -168,0 +168,0 @@ if (stats.isDirectory())

{
"name": "cute-localize",
"version": "0.1.19",
"version": "0.1.20",
"description": "",

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

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