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

reactifex

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

reactifex - npm Package Compare versions

Comparing version 0.0.1 to 0.0.2

test_data/expected_output/messages.json

6

package.json
{
"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
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