You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

next-intl-split

Package Overview
Dependencies
Maintainers
0
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

next-intl-split - npm Package Compare versions

Comparing version

to
1.2.3

23

package.json
{
"name": "next-intl-split",
"version": "1.2.2",
"version": "1.2.3",
"description": "A loader for next-intl to split translation files properly.",

@@ -29,25 +29,33 @@ "author": {

"main": "load/index.cjs",
"module": "load/index.mjs",
"types": "load/index.d.ts",
"exports": {
".": {
"import": "./load/index.mjs",
"require": "./load/index.cjs"
"require": "./load/index.cjs",
"types": "./load/index.d.ts"
},
"./plugin": {
"import": "./plugin/index.mjs",
"require": "./plugin/index.cjs"
"require": "./plugin/index.cjs",
"types": "./plugin/index.d.ts"
},
"./write": {
"import": "./write/index.mjs",
"require": "./write/index.cjs"
"require": "./write/index.cjs",
"types": "./write/index.d.ts"
},
"./merge": {
"import": "./merge/index.mjs",
"require": "./merge/index.cjs"
"require": "./merge/index.cjs",
"types": "./merge/index.d.ts"
},
"./load": {
"import": "./load/index.mjs",
"require": "./load/index.cjs"
"require": "./load/index.cjs",
"types": "./load/index.d.ts"
}
},
"devDependencies": {
"@rollup/plugin-terser": "^0.4.4",
"@rollup/plugin-typescript": "^12.1.2",

@@ -57,5 +65,4 @@ "@types/node": "^22.5.0",

"rollup": "^2.79.2",
"rollup-plugin-terser": "^7.0.2",
"typescript": "^5.5.4"
}
}
}

@@ -0,0 +0,0 @@ # About

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet