Comparing version 0.0.1 to 0.0.2
{ | ||
"name": "reactifex", | ||
"version": "0.0.1", | ||
"version": "0.0.2", | ||
"description": "A helper for moving react-intl messages to transifex and back", | ||
"main": "main.js", | ||
"bin": "./main.js", | ||
"scripts": { | ||
"test": "echo \"Congrats, you successfully tested an empty project!\" && exit 0" | ||
"test": "node main.js test_data/input/ test_data/test_output.json && diff test_data/test_output.json test_data/expected_output/messages.json" | ||
}, | ||
@@ -9,0 +9,0 @@ "repository": { |
# reactifex | ||
[![dependencies](https://img.shields.io/badge/dependencies-none-brightgreen.svg)](reactifex) | ||
[![license](https://img.shields.io/npm/l/reactifex.svg)](reactifex) | ||
[![npm_version](https://img.shields.io/npm/v/reactifex.svg)](reactifex) | ||
[![Build Status](https://travis-ci.org/efischer19/reactifex.svg?branch=master)](https://travis-ci.org/efischer19/reactifex) | ||
Helper utility designed to make it easy to upload react-intl extracted messages to transifex, with support for ICU plurals and translator comments. | ||
usage: `$(npm bin)/reactifex <input_folder> <output_file>` | ||
- `input_folder` corresponds to the `messagesDir` option used by `babel-plugin-react-intl` | ||
- note that reactifex assumes folder structure based on this default | ||
- `output_file` will be suitable for upload to transifex |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Empty package
Supply chain riskPackage does not contain any code. It may be removed, is name squatting, or the result of a faulty package publish.
Found 1 instance in 1 package
4134
8
49
14
0
1