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

react-i18nify

Package Overview
Dependencies
Maintainers
2
Versions
131
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-i18nify - npm Package Compare versions

Comparing version 1.8.8 to 1.9.0

150

package.json
{
"name": "react-i18nify",
"version": "1.8.8",
"version": "1.9.0",
"description": "Simple i18n translation and localization components and helpers for React applications.",

@@ -9,3 +9,3 @@ "main": "./build/index.js",

"test:watch": "npm test -- --watch",
"lint": "esw --ext .js --ext .jsx src --color",
"lint": "eslint src/**/*.jsx src/**/*.js __tests__/**/*.js",
"lint:watch": "npm run lint -- --watch",

@@ -15,12 +15,4 @@ "lint:fix": "npm run lint -- --fix",

"build": "npm run lint && babel src -d build",
"prepublish": "npm run clean && npm run build"
"prepare": "npm run clean && npm run build"
},
"babel": {
"presets": [
"react",
"es2015",
"stage-0",
"jest"
]
},
"jest": {

@@ -50,114 +42,34 @@ "verbose": true

"runkitExampleFilename": "example/example.js",
"peerDependencies": {
"react": "^16.0.0"
},
"dependencies": {
"intl": "^1.2",
"moment": "^2.18.1",
"prop-types": "^15.5.8",
"react": "^15.5.4"
"moment": "^2.20.1",
"prop-types": "^15.6.0"
},
"devDependencies": {
"babel-cli": "6.24.1",
"babel-eslint": "7.2.3",
"babel-jest": "19.0.0",
"babel-polyfill": "6.23.0",
"babel-preset-es2015": "6.24.1",
"babel-preset-react": "6.24.1",
"babel-preset-stage-0": "6.24.1",
"enzyme": "2.8.2",
"eslint": "3.19.0",
"eslint-config-airbnb": "14.1.0",
"eslint-plugin-import": "2.2.0",
"eslint-plugin-jsx-a11y": "4.0.0",
"eslint-plugin-react": "6.10.3",
"eslint-watch": "3.1.0",
"jest": "19.0.2",
"react-addons-test-utils": "15.5.1",
"react-dom": "15.5.4",
"react-test-renderer": "15.5.4",
"rimraf": "2.6.1"
},
"eslintConfig": {
"parser": "babel-eslint",
"parserOptions": {
"ecmaVersion": 6,
"sourceType": "module",
"ecmaFeatures": {
"jsx": true,
"impliedStrict": true
}
},
"env": {
"browser": true,
"es6": true
},
"globals": {
"moment": false,
"intl": false,
"global": false
},
"plugins": [
"react"
],
"extends": "airbnb",
"rules": {
"no-underscore-dangle": "off",
"react/no-danger": "off",
"react/forbid-prop-types": "off"
}
},
"contributors": [
{
"name": null,
"email": null,
"url": "https://github.com/livnatge",
"contributions": 4,
"additions": 39,
"deletions": 22,
"hireable": null
},
{
"name": "Nico",
"email": null,
"url": "https://github.com/Freezystem",
"contributions": 3,
"additions": 95,
"deletions": 478,
"hireable": true
},
{
"name": "Gerben Meyer",
"email": null,
"url": "https://github.com/gerbenmeyer",
"contributions": 61,
"additions": 1283,
"deletions": 620,
"hireable": null
},
{
"name": "Michael Ferron",
"email": null,
"url": "https://github.com/iamferron",
"contributions": 1,
"additions": 20,
"deletions": 3,
"hireable": null
},
{
"name": "Mikael Roos",
"email": null,
"url": "https://github.com/livedo",
"contributions": 3,
"additions": 59,
"deletions": 32,
"hireable": null
},
{
"name": "Mohamed Ben Mohamed",
"email": "mbmbrk@gmail.com",
"url": "https://github.com/tikider",
"contributions": 8,
"additions": 296,
"deletions": 55,
"hireable": null
}
]
"babel-cli": "6.26.0",
"babel-core": "^6.26.0",
"babel-eslint": "8.2.1",
"babel-jest": "22.1.0",
"babel-polyfill": "6.26.0",
"babel-preset-env": "^1.6.1",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-1": "^6.24.1",
"enzyme": "^3.3.0",
"enzyme-adapter-react-16": "^1.1.1",
"eslint": "4.16.0",
"eslint-config-airbnb": "16.1.0",
"eslint-plugin-import": "2.8.0",
"eslint-plugin-jsx-a11y": "6.0.3",
"eslint-plugin-react": "7.6.1",
"eslint-watch": "3.1.3",
"jest": "22.1.4",
"react": "^16.2.0",
"react-addons-test-utils": "15.6.2",
"react-dom": "16.2.0",
"react-test-renderer": "16.2.0",
"rimraf": "2.6.2"
}
}

@@ -8,4 +8,2 @@ # react-i18nify

If you're using Redux or Fluxible, feel free to use [react-redux-i18n](https://github.com/zoover/react-redux-i18n) or [react-fluxible-i18n](https://github.com/zoover/react-fluxible-i18n) instead.
## Table of contents

@@ -12,0 +10,0 @@

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