Socket
Socket
Sign inDemoInstall

vue-i18n

Package Overview
Dependencies
Maintainers
1
Versions
353
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vue-i18n - npm Package Compare versions

Comparing version 0.2.0 to 0.11.0

2

bower.json

@@ -5,3 +5,3 @@ {

"description": "Internationalization plugin of Vue.js",
"version": "0.2.0",
"version": "0.11.0",
"homepage": "https://github.com/kazupon/vue-i18n",

@@ -8,0 +8,0 @@ "authors": [

{
"name": "vue-i18n",
"repo": "kazupon/vue-i18n",
"version": "0.2.0",
"version": "0.11.0",
"description": "Internationalization plugin of Vue.js",

@@ -6,0 +6,0 @@ "license": "MIT",

@@ -79,3 +79,3 @@

if (!locale) {
ret = key;
ret = key
break

@@ -82,0 +82,0 @@ } else {

@@ -15,4 +15,4 @@ {

"vue": "~0.10.6",
"vue-i18n": "~0.1.1"
"vue-i18n": "~0.2.0"
}
}

@@ -14,4 +14,4 @@ {

"vue": "^0.11.0-rc",
"vue-i18n": "^0.1.1"
"vue-i18n": "^0.2.0"
}
}

@@ -0,1 +1,5 @@

# v0.11.0 / 2014-11-07
* Bump to 0.11.0
# v0.2.0 / 2014-10-08

@@ -2,0 +6,0 @@

@@ -21,3 +21,3 @@ /**

if (!locale) {
ret = key;
ret = key
break

@@ -24,0 +24,0 @@ } else {

{
"name": "vue-i18n",
"version": "0.2.0",
"version": "0.11.0",
"description": "Internationalization plugin of Vue.js",

@@ -5,0 +5,0 @@ "main": "lib/index.js",

@@ -11,4 +11,8 @@ # vue-i18n

# Installing
# Requirments
- works with Vue.js ^`0.10.4`
# Instllation
## component

@@ -26,3 +30,3 @@

## brwoerify
## browserify

@@ -34,7 +38,2 @@ ```shell

# Support Vue.js versoin
0.10.4 later
# Usage

@@ -41,0 +40,0 @@

@@ -88,3 +88,3 @@ /**

it('should not translate', function () {
mock('translate-it', '<p v-t="message.hello"></p>');
mock('translate-it', '<p v-t="message.hello"></p>')

@@ -141,3 +141,3 @@ Vue.use(i18n, {

'<p v-t="message.hello: {{hello}}"></p>'
);
)

@@ -147,3 +147,3 @@ Vue.use(i18n, {

locales: locales
});
})

@@ -155,8 +155,8 @@ new Vue({

}
});
})
var el = document.querySelector('#translate-default-value');
expect(el.textContent).to.be.eql('スタープラチナ ザ・ワールド');
});
});
var el = document.querySelector('#translate-default-value')
expect(el.textContent).to.be.eql('スタープラチナ ザ・ワールド')
})
})
*/

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