New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

i18next-parser

Package Overview
Dependencies
Maintainers
1
Versions
147
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

i18next-parser - npm Package Compare versions

Comparing version 0.3.4 to 0.3.5

4

bin/cli.js

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

program
.version('0.3.4')
.version('0.3.5')
.option( '-r, --recursive' , 'Parse sub directories' )

@@ -56,3 +56,3 @@ .option( '-p, --parser <string>' , 'A custom regex to use to parse your code' )

program.functions = program.functions && program.functions.split(',');
program.output = program.output && path.resolve(process.cwd(), program.output) || path.resolve(process.cwd(), 'locales');
program.output = program.output && path.resolve(process.cwd(), program.output) || path.resolve(process.cwd(), process.argv[2], 'locales');
program.directoryFilter = program.directoryFilter && program.directoryFilter.split(',');

@@ -59,0 +59,0 @@ program.fileFilter = program.fileFilter && program.fileFilter.split(',');

# Changelog
## 0.3.4 - latest
## 0.3.5 - latest
- Fix the output path when using the cli (fix #22)
## 0.3.4
- Handle escaped quotes in translation keys (fix #21)

@@ -6,0 +10,0 @@

@@ -5,3 +5,3 @@ {

"name": "i18next-parser",
"version": "0.3.4",
"version": "0.3.5",
"bin": {

@@ -8,0 +8,0 @@ "i18next": "./bin/cli.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