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 23.7.3 to 23.7.4

index.v4.d.ts

2

dist/esm/package.json

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

{"type":"module","version":"23.7.3"}
{"type":"module","version":"23.7.4"}
{
"name": "i18next",
"version": "23.7.3",
"version": "23.7.4",
"description": "i18next internationalization framework",

@@ -12,2 +12,5 @@ "main": "./dist/cjs/i18next.js",

"typescript/t.v4.d.ts"
],
"index.d.ts": [
"index.v4.d.ts"
]

@@ -119,3 +122,3 @@ }

"scripts": {
"pretest": "npm run test:typescript && npm run test:typescript:customtypes && npm run test:typescript:defaulttypes && npm run test:typescript:fallbacktypes && npm run test:typescript:noninterop && npm run test:typescript:customcontextseparator",
"pretest": "npm run generate_ts_v4_index && npm run test:typescript && npm run test:typescript:customtypes && npm run test:typescript:defaulttypes && npm run test:typescript:fallbacktypes && npm run test:typescript:noninterop && npm run test:typescript:customcontextseparator",
"lint": "eslint src",

@@ -134,2 +137,3 @@ "test": "npm run lint && npm run test:new && npm run test:compat",

"build": "rimraf dist && rollup -c && echo '{\"type\":\"module\"}' > dist/esm/package.json && cpy \"./dist/umd/*.js\" ./",
"generate_ts_v4_index": "cp index.d.ts index.v4.d.ts && node -e \"fs.writeFileSync('index.v4.d.ts', fs.readFileSync('index.v4.d.ts').toString().replace(/.js'/g, '.d.ts\\''))\"",
"fix_dist_package": "node -e 'console.log(`{\"type\":\"module\",\"version\":\"${process.env.npm_package_version}\"}`)' > dist/esm/package.json",

@@ -136,0 +140,0 @@ "preversion": "npm run test && npm run build && git push",

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