Socket
Socket
Sign inDemoInstall

@objectiv/schema

Package Overview
Dependencies
Maintainers
2
Versions
70
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@objectiv/schema - npm Package Compare versions

Comparing version 0.0.23-next.2 to 0.0.23

2

package.json
{
"name": "@objectiv/schema",
"version": "0.0.23-next.2",
"version": "0.0.23",
"description": "Objectiv TypeScript implementation of the open analytics taxonomy",

@@ -5,0 +5,0 @@ "license": "Apache-2.0",

@@ -77,3 +77,3 @@ /*

/**
* A GlobalContext describing the locale used by the user. E.g. an ISO 639-1 code.
* A GlobalContext describing the users' language (ISO 639-1) and country (ISO 3166-1 alpha-2).
* Inheritance: LocaleContext -> AbstractGlobalContext -> AbstractContext

@@ -86,2 +86,12 @@ */

readonly _type: 'LocaleContext';
/**
* Case sensitive ISO 639-1 language code. E.g. en, nl, fr, de, it, etc.
*/
language_code: string | null;
/**
* Case sensitive ISO 3166-1 alpha-2 country code. E.g. US, NL, FR, DE, IT, etc.
*/
country_code: string | null;
}

@@ -88,0 +98,0 @@

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