Huge News!Announcing our $40M Series B led by Abstract Ventures.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 3.0.0-pre.9 to 3.0.0-pre.10

demo/index.js

5

package.json

@@ -21,3 +21,3 @@ {

"name": "i18n-format",
"version": "3.0.0-pre.9",
"version": "3.0.0-pre.10",
"main": "i18n-format.js",

@@ -28,2 +28,3 @@ "directories": {

"scripts": {
"demo:build": "polymer build",
"test": "wct && if [ \"${TRAVIS_BRANCH}\" != \"\" ]; then coveralls <./test/coverage-report/lcov.info; fi",

@@ -62,5 +63,5 @@ "clean": "rm -rvf ./test/coverage-report"

"@polymer/polymer": "^3.0.0",
"i18n-number": "^3.0.0-pre.3",
"i18n-number": "^3.0.0-pre.8",
"make-plural": "^4.3.0"
}
}

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

### Demo
#### Prerequisite for Building and Serving Demo
```sh
npm install -g polymer-cli
```
#### On-the-fly Build
```sh
# Serve at http://localhost:8080/components/i18n-format/demo/
polymer serve --npm --module-resolution=node -p 8080
```
#### Static Builds
- Build
```sh
polymer build
```
- Targets
| target | browser | minify | bundled |
|:-----:|:-------:|:------:|:-------:|
|build/esm-unbundled|es6,modules|no|no|
|build/esm-bundled |es6,modules|yes|yes|
|build/es6-bundled |es6 |yes|yes|
|build/es5-bundled |es5 |yes|yes|
- Serve
```sh
# Serve at http://localhost:8080/
cd build/{esm-unbundled|esm-bundled|es6-bundled|es5-bundled}
python -m SimpleHTTPServer 8080 # or any HTTP(S) server
```
### License
[BSD-2-Clause](https://github.com/t2ym/i18n-format/blob/master/LICENSE.md)
demo/index.html

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