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

i18n-format

Package Overview
Dependencies
Maintainers
1
Versions
32
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

i18n-format - npm Package Compare versions

Comparing version 2.0.0 to 3.0.0-pre.2

demo/i18n-format-demo.js

56

package.json
{
"name": "i18n-format",
"version": "2.0.0",
"description": "Text formatter with Unicode CLDR Plural Rules and choices support",
"main": "i18n-format.html",
"directories": {
"test": "test"
},
"scripts": {
"test": "wct && if [ \"${TRAVIS_BRANCH}\" != \"\" ]; then coveralls <./test/coverage-report/lcov.info; fi",
"clean": "rm -rvf ./test/coverage-report"
},
"repository": {
"type": "git",
"url": "git+https://github.com/t2ym/i18n-format.git"
},
"keywords": [

@@ -29,2 +15,17 @@ "polymer",

],
"repository": {
"type": "git",
"url": "git+https://github.com/t2ym/i18n-format.git"
},
"homepage": "https://github.com/t2ym/i18n-format#readme",
"name": "i18n-format",
"version": "3.0.0-pre.2",
"main": "i18n-format.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "wct && if [ \"${TRAVIS_BRANCH}\" != \"\" ]; then coveralls <./test/coverage-report/lcov.info; fi",
"clean": "rm -rvf ./test/coverage-report"
},
"author": "Tetsuya Mori <t2y3141592@gmail.com>",

@@ -35,9 +36,30 @@ "license": "BSD-2-Clause",

},
"homepage": "https://github.com/t2ym/i18n-format#readme",
"devDependencies": {
"@polymer/iron-component-page": "^4.0.0",
"@polymer/iron-demo-helpers": "^3.0.0",
"@polymer/iron-flex-layout": "^3.0.0",
"@polymer/paper-button": "^3.0.0",
"@polymer/paper-dropdown-menu": "^3.0.0",
"@polymer/paper-input": "^3.0.0",
"@polymer/paper-item": "^3.0.0",
"@polymer/paper-listbox": "^3.0.0",
"@polymer/paper-styles": "^3.0.0",
"coveralls": "^2.11.8",
"lcov-result-merger": "^1.2.0",
"web-component-tester": "t2ym/web-component-tester#wct6-plugin",
"web-component-tester-istanbul": "t2ym/web-component-tester-istanbul#0.10.1-wct6.11"
"wct-browser-legacy": "^1.0.1",
"wct-istanbul": "^0.14.3",
"web-animations-js": "^2.3.1",
"web-component-tester": "^6.9.0"
},
"resolutions": {
"inherits": "2.0.3",
"samsam": "1.1.3",
"supports-color": "3.1.2",
"type-detect": "1.0.0"
},
"dependencies": {
"@polymer/polymer": "^3.0.0",
"i18n-number": "^3.0.0-pre.3",
"make-plural": "^4.3.0"
}
}

@@ -17,3 +17,3 @@ [![Build Status](https://travis-ci.org/t2ym/i18n-format.svg?branch=master)](https://travis-ci.org/t2ym/i18n-format)

```
bower install --save i18n-format
npm install i18n-format
```

@@ -23,4 +23,4 @@

```html
<link rel="import" href="/path/to/bower_components/i18n-format/i18n-format.html">
```javascript
import "i18n-format/i18n-format.html";
```

@@ -27,0 +27,0 @@

@@ -7,3 +7,12 @@ {

"firefox"
]
],
"browserOptions": {
"chrome": [
"headless",
"disable-gpu"
],
"firefox": [
"--headless"
]
}
},

@@ -16,3 +25,3 @@ "sauce": {

"platform": "Windows 10",
"version": "13"
"version": "17"
},

@@ -26,9 +35,4 @@ {

"browserName": "safari",
"platform": "OS X 10.12",
"version": "10"
},
{
"browserName": "safari",
"platform": "OS X 10.11",
"version": "9"
"platform": "OS X 10.13",
"version": "12"
}

@@ -41,6 +45,6 @@ ]

"include": [
"**/i18n-format.html"
"**/i18n-format.js"
],
"exclude": [
"/bower_components/**/*",
"/node_modules/**/*",
"/test/**/*"

@@ -47,0 +51,0 @@ ]

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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