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
145
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 1.0.0-beta26 to 1.0.0-beta27

2

bin/cli.js

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

.version(pkg.version)
.option('-c, --config <path>', 'Path to the config file (default: i18next-scanner.config.js)')
.option('-c, --config <path>', 'Path to the config file (default: i18next-parser.config.js)')
.option('-o, --output <path>', 'Path to the output directory (default: locales/$LOCALE/$NAMESPACE.json)')

@@ -17,0 +17,0 @@ .option('-s, --silent', 'Disable logging to stdout')

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

"name": "i18next-parser",
"version": "1.0.0-beta26",
"version": "1.0.0-beta27",
"license": "MIT",

@@ -24,2 +24,3 @@ "main": "dist/index.js",

"acorn-jsx": "^4.1.1",
"acorn-object-rest-spread": "^1.1.0",
"acorn-stage3": "^0.6.0",

@@ -26,0 +27,0 @@ "broccoli-plugin": "^1.3.0",

@@ -46,5 +46,5 @@ # i18next Parser [![Build Status](https://travis-ci.org/i18next/i18next-parser.svg?branch=master)](https://travis-ci.org/i18next/i18next-parser)

- **-c, --config <path>**: Path to the output directory (default: locales/$LOCALE/$NAMESPACE.json)
- **-o, --output <path>**: Where to write the locale files.
- **-c, --config <path>**: The config file with all the options
- **-S, --silent**: The config file with all the options
- **-S, --silent**: Disable logging to stdout.

@@ -51,0 +51,0 @@ ### Gulp

Sorry, the diff of this file is not supported yet

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