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

@intlify/runtime

Package Overview
Dependencies
Maintainers
2
Versions
36
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@intlify/runtime - npm Package Compare versions

Comparing version 9.0.0 to 9.1.0

2

dist/runtime.cjs.js
/*!
* @intlify/runtime v9.0.0
* @intlify/runtime v9.1.0
* (c) 2021 kazuya kawaguchi

@@ -4,0 +4,0 @@ * Released under the MIT License.

/*!
* @intlify/runtime v9.0.0
* @intlify/runtime v9.1.0
* (c) 2021 kazuya kawaguchi

@@ -4,0 +4,0 @@ * Released under the MIT License.

import { Path } from '@intlify/message-resolver';
export declare type CoreMissingType = 'translate' | 'datetime format' | 'number format';
export declare function createMessageContext<T = string, N = {}>(options?: MessageContextOptions<T, N>): MessageContext<T>;

@@ -12,2 +14,7 @@

/** @VueI18nGeneral */
export declare type FallbackLocale = Locale | Locale[] | {
[locale in string]: Locale[];
} | false;
/** @VueI18nGeneral */
export declare type LinkedModifiers<T = string> = {

@@ -19,2 +26,5 @@ [key: string]: LinkedModify<T>;

/** @VueI18nGeneral */
export declare type Locale = string;
export declare interface MessageContext<T = string> {

@@ -21,0 +31,0 @@ list(index: number): unknown;

/*!
* @intlify/runtime v9.0.0
* @intlify/runtime v9.1.0
* (c) 2021 kazuya kawaguchi

@@ -4,0 +4,0 @@ * Released under the MIT License.

{
"name": "@intlify/runtime",
"version": "9.0.0",
"version": "9.1.0",
"description": "@intlify/runtime",

@@ -33,5 +33,5 @@ "keywords": [

"dependencies": {
"@intlify/message-compiler": "9.0.0",
"@intlify/message-resolver": "9.0.0",
"@intlify/shared": "9.0.0"
"@intlify/message-compiler": "9.1.0",
"@intlify/message-resolver": "9.1.0",
"@intlify/shared": "9.1.0"
},

@@ -38,0 +38,0 @@ "engines": {

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