@langpavel/babel-plugin-react-intl
Advanced tools
Comparing version 2.4.0-patch1 to 2.4.0-patch2
{ | ||
"name": "@langpavel/babel-plugin-react-intl", | ||
"version": "2.4.0-patch1", | ||
"version": "2.4.0-patch2", | ||
"description": "Extracts string messages for translation from modules that use React Intl.", | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/yahoo/babel-plugin-react-intl.git" | ||
"url": "git+https://github.com/langpavel/babel-plugin-react-intl.git" | ||
}, | ||
"license": "BSD-3-Clause", | ||
"main": "lib/index.js", | ||
"author": "Eric Ferraiuolo <edf@ericf.me>", | ||
"author": "Pavel Lang <langpavel@phpskelet.org>", | ||
"dependencies": { | ||
"babel-runtime": "^6.2.0", | ||
"intl-messageformat-parser": "^1.2.0", | ||
"mkdirp": "^0.5.1", | ||
"postinstall-build": "^3.0.1" | ||
"mkdirp": "^0.5.1" | ||
}, | ||
@@ -26,6 +25,6 @@ "devDependencies": { | ||
"babel-register": "^6.11.6", | ||
"cross-env": "^3.1.4", | ||
"eslint": "^3.14.1", | ||
"eslint-plugin-react": "^6.1.2", | ||
"mocha": "^3.0.2", | ||
"cross-env": "^5.1.4", | ||
"eslint": "^4.19.1", | ||
"eslint-plugin-react": "^7.7.0", | ||
"mocha": "^5.0.5", | ||
"power-assert": "^1.4.1", | ||
@@ -40,3 +39,2 @@ "rimraf": "^2.4.3" | ||
"build:fixtures": "babel-node ./scripts/build-fixtures.js", | ||
"postinstall": "postinstall-build lib", | ||
"preversion": "npm run lint && npm run clean && npm run build", | ||
@@ -50,5 +48,5 @@ "prepublish": "npm run clean && npm run build" | ||
"bugs": { | ||
"url": "https://github.com/yahoo/babel-plugin-react-intl/issues" | ||
"url": "https://github.com/langpavel/babel-plugin-react-intl/issues" | ||
}, | ||
"homepage": "https://github.com/yahoo/babel-plugin-react-intl#readme" | ||
"homepage": "https://github.com/langpavel/babel-plugin-react-intl#readme" | ||
} |
@@ -1,5 +0,7 @@ | ||
# babel-plugin-react-intl | ||
# @langpavel/babel-plugin-react-intl | ||
Extracts string messages for translation from modules that use [React Intl][]. | ||
This is fork of [`babel-plugin-react-intl`](https://github.com/yahoo/babel-plugin-react-intl) | ||
Extracts string messages for translation from modules. | ||
_**Note:** This Babel plugin works with React Intl v2.x, and **1.x of this plugin works with Babel 5, 2.x works with Babel 6**._ | ||
@@ -6,0 +8,0 @@ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Install scripts
Supply chain riskInstall scripts are run when the package is installed. The majority of malware in npm is hidden in install scripts.
Found 1 instance in 1 package
3
63
0
118612
- Removedpostinstall-build@^3.0.1
- Removedpostinstall-build@3.0.1(transitive)