New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@intlify/vue-i18n-extensions

Package Overview
Dependencies
Maintainers
2
Versions
25
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@intlify/vue-i18n-extensions - npm Package Compare versions

Comparing version 2.0.0-rc.1 to 2.0.0

9

CHANGELOG.md
## v2.0.0 (2021-03-01)
#### :zap: Improvement Features
* [#89](https://github.com/intlify/vue-i18n-extensions/pull/89) upgrade deps ([@kazupon](https://github.com/kazupon))
#### Committers: 1
- kazuya kawaguchi ([@kazupon](https://github.com/kazupon))
## v2.0.0-rc.1 (2021-02-09)

@@ -3,0 +12,0 @@

22

package.json
{
"name": "@intlify/vue-i18n-extensions",
"description": "vue-i18n extensions",
"version": "2.0.0-rc.1",
"version": "2.0.0",
"author": {

@@ -28,5 +28,5 @@ "name": "kazuya kawaguchi",

"@babel/parser": "^7.9.6",
"@vue/compiler-dom": "^3.0.5",
"@vue/shared": "^3.0.5",
"vue-i18n": "^9.0.0-rc.5"
"@vue/compiler-dom": "^3.0.6",
"@vue/shared": "^3.0.6",
"vue-i18n": "^9.0.0"
},

@@ -41,10 +41,10 @@ "devDependencies": {

"@typescript-eslint/parser": "^4.9.0",
"@vue/compiler-sfc": "^3.0.5",
"@vue/compiler-ssr": "^3.0.5",
"@vue/runtime-dom": "^3.0.5",
"@vue/server-renderer": "^3.0.5",
"@vue/compiler-sfc": "^3.0.6",
"@vue/compiler-ssr": "^3.0.6",
"@vue/runtime-dom": "^3.0.6",
"@vue/server-renderer": "^3.0.6",
"api-docs-gen": "^0.2.6",
"babel-loader": "^8.1.0",
"eslint": "^7.19.0",
"eslint-config-prettier": "^7.2.0",
"eslint": "^7.21.0",
"eslint-config-prettier": "^8.1.0",
"eslint-plugin-prettier": "^3.3.0",

@@ -89,3 +89,3 @@ "eslint-plugin-vue-libs": "^4.0.0",

"peerDependencies": {
"vue": "^3.0.5"
"vue": "^3.0.0"
},

@@ -92,0 +92,0 @@ "types": "dist/vue-i18n-extensions.d.ts",

# :globe_with_meridians: @intlify/vue-i18n-extensions
[![CircleCI](https://circleci.com/gh/intlify/vue-i18n-extensions/tree/next.svg?style=svg)](https://circleci.com/gh/intlify/vue-i18n-extensions/tree/dev)
[![npm](https://img.shields.io/npm/v/@intlify/vue-i18n-extensions/next.svg)](https://www.npmjs.com/package/@intlify/vue-i18n-extensions)
[![npm](https://img.shields.io/npm/v/@intlify/vue-i18n-extensions.svg)](https://www.npmjs.com/package/@intlify/vue-i18n-extensions)

@@ -9,6 +10,4 @@ [![vue-i18n-extensions Dev Token](https://badge.devtoken.rocks/vue-i18n-extensions)](https://devtoken.rocks/package/vue-i18n-extensions)

**NOTE:** :warning: This `next` branch is development branch for Vue 3! The stable version is now in [`master`](https://github.com/intlify/vue-i18n-extensions/tree/master) branch!
**NOTE:** :warning: This `next` branch is development branch for Vue 3! The version for Vue 2 is now in [`master`](https://github.com/intlify/vue-i18n-extensions/tree/master) branch!
## Status: RC ![Test](https://github.com/intlify/vue-i18n-extensions/workflows/Test/badge.svg)
This library exports the following extensions:

@@ -26,3 +25,3 @@

```sh
$ npm i --save-dev @intlify/vue-i18n-extensions@alpha
$ npm i --save-dev @intlify/vue-i18n-extensions@next
```

@@ -29,0 +28,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