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

@inlang/paraglide-js

Package Overview
Dependencies
Maintainers
2
Versions
67
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@inlang/paraglide-js - npm Package Compare versions

Comparing version 1.9.0 to 1.9.1

dist/index-96661671.js

2

dist/services/telemetry/events.d.ts

@@ -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

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