babel-plugin-i18next-extract
Advanced tools
Comparing version 0.9.0 to 0.9.1
{ | ||
"name": "babel-plugin-i18next-extract", | ||
"version": "0.9.0", | ||
"version": "0.9.1", | ||
"description": "Statically extract translation keys from i18next application.", | ||
@@ -35,40 +35,39 @@ "engines": { | ||
"dependencies": { | ||
"@babel/core": "^7.18.9", | ||
"@babel/types": "7.18.10", | ||
"deepmerge": "^4.2.2", | ||
"i18next": "^21.8.14", | ||
"json-stable-stringify": "^1.0.1" | ||
"@babel/core": "^7.23.3", | ||
"@babel/types": "7.23.3", | ||
"deepmerge": "^4.3.1", | ||
"i18next": "^23.6.0", | ||
"json-stable-stringify": "^1.0.2" | ||
}, | ||
"devDependencies": { | ||
"@alex_neo/jest-expect-message": "^1.0.5", | ||
"@babel/cli": "^7.18.9", | ||
"@babel/preset-env": "^7.18.9", | ||
"@babel/preset-react": "^7.18.6", | ||
"@babel/preset-typescript": "^7.18.6", | ||
"@rollup/plugin-babel": "^5.3.1", | ||
"@rollup/plugin-node-resolve": "^13.1.3", | ||
"@types/babel__core": "^7.1.19", | ||
"@types/fs-extra": "^9.0.13", | ||
"@types/jest": "^28.1.6", | ||
"@types/jest-expect-message": "^1.0.4", | ||
"@types/json-stable-stringify": "^1.0.34", | ||
"@types/node": "^18.0.6", | ||
"@types/rimraf": "^3.0.2", | ||
"@typescript-eslint/eslint-plugin": "^5.30.7", | ||
"@typescript-eslint/parser": "^5.30.7", | ||
"@babel/cli": "^7.23.0", | ||
"@babel/preset-env": "^7.23.3", | ||
"@babel/preset-react": "^7.23.3", | ||
"@babel/preset-typescript": "^7.23.3", | ||
"@rollup/plugin-babel": "^6.0.4", | ||
"@rollup/plugin-node-resolve": "^15.2.3", | ||
"@types/babel__core": "^7.20.4", | ||
"@types/fs-extra": "^11.0.4", | ||
"@types/jest": "^29.5.8", | ||
"@types/jest-expect-message": "^1.1.0", | ||
"@types/json-stable-stringify": "^1.0.36", | ||
"@types/node": "^20.9.0", | ||
"@typescript-eslint/eslint-plugin": "^6.10.0", | ||
"@typescript-eslint/parser": "^6.10.0", | ||
"copyfiles": "^2.4.1", | ||
"eslint": "^8.20.0", | ||
"eslint-config-prettier": "^8.5.0", | ||
"eslint-plugin-import": "^2.26.0", | ||
"eslint-plugin-prettier": "^4.2.1", | ||
"fs-extra": "^10.0.1", | ||
"jest": "^28.1.3", | ||
"prettier": "^2.7.1", | ||
"rimraf": "^3.0.0", | ||
"rollup": "^2.77.0", | ||
"tslib": "^2.3.1", | ||
"typescript": "^4.7.4" | ||
"eslint": "^8.53.0", | ||
"eslint-config-prettier": "^9.0.0", | ||
"eslint-plugin-import": "^2.29.0", | ||
"eslint-plugin-prettier": "^5.0.1", | ||
"fs-extra": "^11.1.1", | ||
"jest": "^29.7.0", | ||
"jest-expect-message": "^1.1.3", | ||
"prettier": "^3.0.3", | ||
"rimraf": "^5.0.5", | ||
"rollup": "^4.3.0", | ||
"tslib": "^2.6.2", | ||
"typescript": "^5.2.2" | ||
}, | ||
"scripts": { | ||
"lint": "eslint --ext=.ts,.js,.tsx,.jsx src docs tests rollup.config.js", | ||
"lint": "eslint --ext=.ts,.js,.tsx,.jsx src docs tests rollup.config.mjs", | ||
"types": "tsc --noEmit", | ||
@@ -90,5 +89,6 @@ "build": "${npm_execpath} run build:clean && ${npm_execpath} run build:skeleton && ${npm_execpath} run build:types && ${npm_execpath} run build:js", | ||
"setupFilesAfterEnv": [ | ||
"@alex_neo/jest-expect-message" | ||
"jest-expect-message" | ||
] | ||
} | ||
} | ||
}, | ||
"packageManager": "yarn@4.0.1" | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
Unidentified License
License(Experimental) Something that seems like a license was found, but its contents could not be matched with a known license.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
444115
27
201
8808
1
80
3
1
+ Added@babel/types@7.23.3(transitive)
+ Addedi18next@23.16.8(transitive)
- Removed@babel/types@7.18.10(transitive)
- Removedi18next@21.10.0(transitive)
Updated@babel/core@^7.23.3
Updated@babel/types@7.23.3
Updateddeepmerge@^4.3.1
Updatedi18next@^23.6.0
Updatedjson-stable-stringify@^1.0.2