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

i18next-parser

Package Overview
Dependencies
Maintainers
1
Versions
144
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.10.1 to 0.11.0

2

bin/cli.js

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

program
.version('0.10.1')
.version('0.11.0')
.option( '-r, --recursive' , 'Parse sub directories' )

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

# Changelog
## 0.10.1 - latest
## 0.11.0 - latest
- Update dependencies
## 0.10.1
- Does not parse values from function that ends with a t (PR #52)

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

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

"name": "i18next-parser",
"version": "0.10.1",
"version": "0.11.0",
"bin": {

@@ -15,11 +15,11 @@ "i18next": "./bin/cli.js"

"dependencies": {
"lodash": "~2.4.1",
"readdirp": "~1.3.0",
"concat-stream": "~1.4.1",
"commander": "~2.5.1",
"mkdirp": "~0.3.5",
"colors": "~0.6.2",
"through2": "~0.4.1",
"vinyl": "~0.2.3",
"gulp-util": "~2.2.14"
"lodash": "~4.17.3",
"readdirp": "~2.1.0",
"concat-stream": "~1.6.0",
"commander": "~2.9.0",
"mkdirp": "~0.5.1",
"colors": "~1.1.2",
"through2": "~2.0.3",
"vinyl": "~2.0.1",
"gulp-util": "~3.0.7"
},

@@ -26,0 +26,0 @@ "engines": {

@@ -106,2 +106,3 @@ # i18next Parser

- **keepRemoved**: Prevent keys no longer found from being removed
- **ignoreVariables**: Don't fail when a variable is found

@@ -108,0 +109,0 @@ You can inject the locale tag in either the prefix, suffix or extension using the `$LOCALE` variable.

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