Socket
Socket
Sign inDemoInstall

unplugin-sheet-i18n

Package Overview
Dependencies
250
Maintainers
1
Versions
19
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.3.4 to 0.3.5

dist/shared/unplugin-sheet-i18n.3baf0ca1.mjs

38

package.json
{
"name": "unplugin-sheet-i18n",
"type": "module",
"version": "0.3.4",
"version": "0.3.5",
"packageManager": "pnpm@8.11.0",

@@ -71,17 +71,2 @@ "description": "internalization with dsv, excel sheets, convert sheet to i18n-compatible json",

},
"scripts": {
"start": "NODE_ENV=dev tsx src/unplugin/index.ts",
"watch": "NODE_ENV=dev tsx watch src/unplugin/index.ts",
"stub": "unbuild --stub",
"play": "pnpm run stub && pnpm run --filter unplugin-sheet-i18n-playground dev",
"dev": "pnpm run watch",
"lint": "eslint .",
"test": "vitest",
"test:types": "tsc --noEmit --skipLibCheck",
"check": "pnpm lint && pnpm test:types && vitest run --coverage",
"build": "unbuild",
"release": "pnpm dlx changelogen@latest --release --push --publish",
"prepare": "simple-git-hooks",
"prepublishOnly": "pnpm run build"
},
"peerDependencies": {

@@ -126,2 +111,3 @@ "@nuxt/kit": "^3",

"@antfu/eslint-config": "^2.2.1",
"@namesmt/utils": "^0.2.4",
"@nuxt/kit": "^3.8.2",

@@ -144,7 +130,2 @@ "@nuxt/schema": "^3.8.2",

},
"pnpm": {
"overrides": {
"hasown": "npm:@nolyfill/hasown@latest"
}
},
"simple-git-hooks": {

@@ -155,3 +136,16 @@ "pre-commit": "pnpm lint-staged"

"*": "eslint --fix"
},
"scripts": {
"start": "NODE_ENV=dev tsx src/unplugin/index.ts",
"watch": "NODE_ENV=dev tsx watch src/unplugin/index.ts",
"stub": "unbuild --stub",
"play": "pnpm run stub && pnpm run --filter unplugin-sheet-i18n-playground dev",
"dev": "pnpm run watch",
"lint": "eslint .",
"test": "vitest",
"test:types": "tsc --noEmit --skipLibCheck",
"check": "pnpm lint && pnpm test:types && vitest run --coverage",
"build": "unbuild",
"release": "pnpm dlx changelogen@latest --release --push --publish"
}
}
}

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc