🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

@k14v/react-i18njs

Package Overview
Dependencies
Maintainers
2
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@k14v/react-i18njs - npm Package Compare versions

Comparing version
0.1.0
to
0.1.1
+22
-8
package.json
{
"name": "@k14v/react-i18njs",
"version": "0.1.0",
"version": "0.1.1",
"description": "React utilities for internationalization",

@@ -67,3 +67,17 @@ "main": "index.js",

"@babel/plugin-proposal-export-namespace-from"
]
],
"env": {
"test": {
"plugins": [
[
"module-resolver",
{
"alias": {
"@test": "./test/"
}
}
]
]
}
}
},

@@ -98,10 +112,10 @@ "ava": {

"@babel/preset-react": "^7.0.0",
"@babel/register": "^7.0.0",
"@babel/register": "^7.9.0",
"@k14v/i18njs": "0.0.8",
"ava": "^1.2.1",
"@testing-library/react": "^10.0.2",
"ava": "^3.5.2",
"babel-eslint": "^10.0.1",
"browser-env": "^3.2.5",
"babel-plugin-module-resolver": "^4.0.0",
"browser-env": "^3.3.0",
"cross-env": "^5.2.0",
"enzyme": "^3.8.0",
"enzyme-adapter-react-16": "^1.9.1",
"eslint": "^5.13.0",

@@ -113,3 +127,3 @@ "eslint-config-airbnb": "^17.1.0",

"husky": "^1.3.1",
"nyc": "^13.2.0",
"nyc": "^15.0.0",
"prop-types": "^15.7.2",

@@ -116,0 +130,0 @@ "react": "^16.8.4",

Sorry, the diff of this file is too big to display