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

i18next

Package Overview
Dependencies
Maintainers
2
Versions
501
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

i18next - npm Package Compare versions

Comparing version 22.4.10 to 22.4.11

2

dist/esm/package.json

@@ -1,1 +0,1 @@

{"type":"module","version":"22.4.10"}
{"type":"module","version":"22.4.11"}

@@ -1167,3 +1167,3 @@ // Helpers

type: 'postProcessor';
process(value: string, key: string, options: TOptions, translator: any): string;
process(value: string, key: string | string[], options: TOptions, translator: any): string;
}

@@ -1170,0 +1170,0 @@

{
"name": "i18next",
"version": "22.4.10",
"version": "22.4.11",
"description": "i18next internationalization framework",

@@ -118,3 +118,3 @@ "main": "./dist/cjs/i18next.js",

"fix_dist_package": "node -e 'console.log(`{\"type\":\"module\",\"version\":\"${process.env.npm_package_version}\"}`)' > dist/esm/package.json",
"preversion": "npm run test && npm run build && git push",
"preversion": "npm run build && git push",
"postversion": "npm run fix_dist_package && git push && git push --tags && npm run release",

@@ -121,0 +121,0 @@ "prettier": "prettier --write \"{,**/}*.{ts,tsx,js,json,md}\"",

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