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.0.0-prerelease.16 to 1.0.0-prerelease.17

6

package.json
{
"name": "@inlang/paraglide-js",
"type": "module",
"version": "1.0.0-prerelease.16",
"version": "1.0.0-prerelease.17",
"license": "Apache-2.0",

@@ -56,4 +56,4 @@ "publishConfig": {

"vitest": "0.34.3",
"@inlang/telemetry": "0.2.1",
"@inlang/env-variables": "0.1.0"
"@inlang/env-variables": "0.1.0",
"@inlang/telemetry": "0.2.1"
},

@@ -60,0 +60,0 @@ "exports": {

@@ -65,3 +65,4 @@ <!-- ![Paraglide JS header image](https://cdn.jsdelivr.net/gh/inlang/monorepo@latest/inlang/source-code/paraglide/paraglide-js/assets/paraglide-js-header.png) -->

"scripts": {
"compile": "paraglide-js compile"
"compile": "paraglide-js compile --project ./project.inlang",
"watch": "paraglide-js compile --project ./project.inlang --watch"
}

@@ -103,9 +104,10 @@ }

| Variable | Description |
| ----------------------- | --------------------------------------------------------------------- |
| `sourceLanguageTag` | The source language tag of the project |
| `availableLanguageTags` | All language tags of the current project |
| `languageTag()` | Returns the language tag of the current user |
| `setLanguageTag()` | Sets the language tag of the current user |
| `onSetLanguageTag()` | Registers a listener that is called whenever the language tag changes |
| Variable | Description |
| -------------------------- | --------------------------------------------------------------------- |
| `sourceLanguageTag` | The source language tag of the project |
| `availableLanguageTags` | All language tags of the current project |
| `languageTag()` | Returns the language tag of the current user |
| `setLanguageTag()` | Sets the language tag of the current user |
| `onSetLanguageTag()` | Registers a listener that is called whenever the language tag changes |
| `isAvailableLanguageTag()` | Checks if a value is a valid language tag |

@@ -112,0 +114,0 @@ ## Setting the language

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