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

babel-plugin-i18next-extract

Package Overview
Dependencies
Maintainers
1
Versions
37
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

babel-plugin-i18next-extract - npm Package Compare versions

Comparing version 0.9.0 to 0.9.1

.babelrc

74

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