Socket
Socket
Sign inDemoInstall

ember-currencies-and-format-money

Package Overview
Dependencies
221
Maintainers
1
Versions
24
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 3.0.2 to 3.1.0

2

index.js
'use strict';
module.exports = {
name: 'ember-currencies-and-format-money',
name: require('./package').name,

@@ -6,0 +6,0 @@ isDevelopingAddon : function(){

{
"name": "ember-currencies-and-format-money",
"version": "3.0.2",
"version": "3.1.0",
"description": "list of currencies and format given money amount according to the currency.",

@@ -8,4 +8,5 @@ "keywords": [

],
"repository": "https://github.com/ahmetemrekilinc/ember-currencies.git",
"license": "MIT",
"author": "ahmetemrekilinc",
"author": "",
"directories": {

@@ -15,6 +16,6 @@ "doc": "doc",

},
"repository": "https://github.com/ahmetemrekilinc/ember-currencies.git",
"scripts": {
"build": "ember build",
"lint:js": "eslint ./*.js addon addon-test-support app config lib server test-support tests",
"lint:hbs": "ember-template-lint .",
"lint:js": "eslint .",
"start": "ember serve",

@@ -25,31 +26,33 @@ "test": "ember test",

"dependencies": {
"ember-cli-babel": "6.6.0"
"ember-cli-babel": "6.16.0"
},
"devDependencies": {
"broccoli-asset-rev": "2.4.5",
"ember-ajax": "3.0.0",
"ember-cli": "3.1.2",
"ember-cli-dependency-checker": "2.0.0",
"ember-cli-eslint": "4.2.1",
"ember-cli-htmlbars": "2.0.3",
"ember-cli-htmlbars-inline-precompile": "1.0.0",
"ember-cli-inject-live-reload": "1.4.1",
"ember-cli-qunit": "4.3.2",
"ember-cli-shims": "1.2.0",
"ember-cli-sri": "2.1.0",
"ember-cli-uglify": "2.0.0",
"@ember/optional-features": "0.6.3",
"broccoli-asset-rev": "2.7.0",
"ember-ajax": "3.1.0",
"ember-cli": "3.5.0",
"ember-cli-dependency-checker": "3.0.0",
"ember-cli-eslint": "4.2.3",
"ember-cli-htmlbars": "3.0.0",
"ember-cli-htmlbars-inline-precompile": "1.0.3",
"ember-cli-inject-live-reload": "1.8.2",
"ember-cli-sri": "2.1.1",
"ember-cli-template-lint": "1.0.0-beta.1",
"ember-cli-uglify": "2.1.0",
"ember-export-application-global": "2.0.0",
"ember-load-initializers": "1.0.0",
"ember-load-initializers": "1.1.0",
"ember-maybe-import-regenerator": "0.1.6",
"ember-resolver": "4.0.0",
"ember-source": "3.1.0",
"ember-source-channel-url": "1.0.1",
"ember-try": "0.2.23",
"ember-welcome-page": "3.0.0",
"eslint-plugin-ember": "5.0.3",
"eslint-plugin-node": "6.0.1",
"loader.js": "4.2.3"
"ember-qunit": "3.4.1",
"ember-resolver": "5.0.1",
"ember-source": "3.5.0",
"ember-source-channel-url": "1.1.0",
"ember-try": "1.0.0",
"ember-welcome-page": "3.2.0",
"eslint-plugin-ember": "5.2.0",
"eslint-plugin-node": "7.0.1",
"loader.js": "4.7.0",
"qunit-dom": "0.8.0"
},
"engines": {
"node": "4.5 || 6.* || >= 7.*"
"node": "6.* || 8.* || >= 10.*"
},

@@ -56,0 +59,0 @@ "ember-addon": {

@@ -1,19 +0,51 @@

# ember-currencies-and-format-money
ember-currencies-and-format-money
==============================================================================
This README outlines the details of collaborating on this ember-currencies-and-format-money addon.
[Short description of the addon.]
## Installation
Installation
------------------------------------------------------------------------------
```bash
cd your-project-directory
```
ember install ember-currencies-and-format-money
```
## Usage
import and usage of formatMoney
```js
import { formatMoneyAmountByCurrency } from 'ember-currencies-and-format-money/format-amount';
...
let amountFormatted = formatMoneyAmountByCurrency(amount, currencyValue, currencyHidden);
```
Usage
------------------------------------------------------------------------------
[Longer description of how to use the addon in apps.]
Contributing
------------------------------------------------------------------------------
### Installation
* `git clone <repository-url>`
* `cd ember-currencies-and-format-money`
* `yarn install`
### Linting
* `yarn lint:hbs`
* `yarn lint:js`
* `yarn lint:js --fix`
### Running tests
* `ember test` – Runs the test suite on the current Ember version
* `ember test --server` – Runs the test suite in "watch mode"
* `ember try:each` – Runs the test suite against multiple Ember versions
### Running the dummy application
* `ember serve`
* Visit the dummy application at [http://localhost:4200](http://localhost:4200).
For more information on using ember-cli, visit [https://ember-cli.com/](https://ember-cli.com/).
License
------------------------------------------------------------------------------
This project is licensed under the [MIT License](LICENSE.md).

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc