New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@langpavel/babel-plugin-react-intl

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@langpavel/babel-plugin-react-intl - npm Package Compare versions

Comparing version 2.4.0-patch1 to 2.4.0-patch2

22

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

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