@inlang/paraglide-js
Advanced tools
Comparing version 1.9.0 to 1.9.1
@@ -6,2 +6,2 @@ /** | ||
*/ | ||
export type TelemetryEvents = "PARAGLIDE-JS compile executed" | "PARAGLIDE-JS init started" | "PARAGLIDE-JS init project initialized" | "PARAGLIDE-JS init added to devDependencies" | "PARAGLIDE-JS init added compile commands" | "PARAGLIDE-JS init finished"; | ||
export type TelemetryEvents = "PARAGLIDE-JS compile executed" | "PARAGLIDE-JS init started" | "PARAGLIDE-JS init project initialized" | "PARAGLIDE-JS init added to devDependencies" | "PARAGLIDE-JS init added compile commands" | "PARAGLIDE JS init added Ninja" | "PARAGLIDE JS init added Sherlock" | "PARAGLIDE-JS init finished"; |
{ | ||
"name": "@inlang/paraglide-js", | ||
"type": "module", | ||
"version": "1.9.0", | ||
"version": "1.9.1", | ||
"license": "Apache-2.0", | ||
@@ -65,11 +65,9 @@ "publishConfig": { | ||
"vitest": "0.34.3", | ||
"@inlang/cross-sell-ninja": "0.0.18", | ||
"@inlang/cross-sell-sherlock": "0.0.4", | ||
"@inlang/cross-sell-ninja": "0.0.17", | ||
"@inlang/env-variables": "0.2.0", | ||
"@inlang/language-tag": "1.5.1", | ||
"@inlang/sdk": "0.34.9", | ||
"@inlang/telemetry": "0.3.35", | ||
"@inlang/sdk": "0.34.10", | ||
"@inlang/plugin-message-format": "2.2.0", | ||
"@lix-js/fs": "1.0.0", | ||
"@lix-js/client": "1.4.0" | ||
"@lix-js/client": "1.4.0", | ||
"@lix-js/fs": "1.0.0" | ||
}, | ||
@@ -96,8 +94,9 @@ "exports": { | ||
"dev": "vite build --mode development --watch", | ||
"build": "tsc --noEmit --emitDeclarationOnly false && vite build --mode production", | ||
"build": "npm run check && vite build --mode production", | ||
"test": "vitest run --coverage ./src/**/*", | ||
"lint": "eslint ./src --fix", | ||
"format": "prettier ./src --write", | ||
"clean": "rm -rf ./dist ./node_modules" | ||
"clean": "rm -rf ./dist ./node_modules", | ||
"check": "tsc --noEmit --emitDeclarationOnly false" | ||
} | ||
} |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 2 instances in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
20
6
1598286
47033