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

to-words

Package Overview
Dependencies
Maintainers
1
Versions
43
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

to-words - npm Package Compare versions

Comparing version 3.5.0 to 3.5.1

2

__tests__/en-AE.test.ts

@@ -150,3 +150,3 @@ import { cloneDeep } from 'lodash';

const testFloatsWithCurrency = [
const testFloatsWithCurrency: [number, string][] = [
[0.0, `Zero Dirhams Only`],

@@ -153,0 +153,0 @@ [0.04, `Zero Dirhams And Four Fils Only`],

@@ -144,3 +144,3 @@ import { cloneDeep } from 'lodash';

const testFloatsWithCurrency = [
const testFloatsWithCurrency: [number, string][] = [
[0.0, `Zero Taka Only`],

@@ -147,0 +147,0 @@ [0.04, `Zero Taka And Four Poysha Only`],

@@ -150,3 +150,3 @@ import { cloneDeep } from 'lodash';

const testFloatsWithCurrency = [
const testFloatsWithCurrency: [number, string][] = [
[0.0, `Zero Pounds Only`],

@@ -153,0 +153,0 @@ [0.04, `Zero Pounds And Four Pence Only`],

@@ -150,3 +150,3 @@ import { cloneDeep } from 'lodash';

const testFloatsWithCurrency = [
const testFloatsWithCurrency: [number, string][] = [
[0.0, `Zero Cedis Only`],

@@ -153,0 +153,0 @@ [0.04, `Zero Cedis And Four Pesewas Only`],

@@ -144,3 +144,3 @@ import { cloneDeep } from 'lodash';

const testFloatsWithCurrency = [
const testFloatsWithCurrency: [number, string][] = [
[0.0, `Zero Rupees Only`],

@@ -147,0 +147,0 @@ [0.04, `Zero Rupees And Four Paise Only`],

@@ -150,3 +150,3 @@ import { cloneDeep } from 'lodash';

const testFloatsWithCurrency = [
const testFloatsWithCurrency: [number, string][] = [
[0.0, `Zero Kyats Only`],

@@ -153,0 +153,0 @@ [0.04, `Zero Kyats And Four Pyas Only`],

@@ -144,3 +144,3 @@ import { cloneDeep } from 'lodash';

const testFloatsWithCurrency = [
const testFloatsWithCurrency: [number, string][] = [
[0.0, `Zero Rupees Only`],

@@ -147,0 +147,0 @@ [0.04, `Zero Rupees And Four Cents Only`],

@@ -150,3 +150,3 @@ import { cloneDeep } from 'lodash';

const testFloatsWithCurrency = [
const testFloatsWithCurrency: [number, string][] = [
[0.0, `Zero Naira Only`],

@@ -153,0 +153,0 @@ [0.04, `Zero Naira And Four Kobo Only`],

@@ -144,3 +144,3 @@ import { cloneDeep } from 'lodash';

const testFloatsWithCurrency = [
const testFloatsWithCurrency: [number, string][] = [
[0.0, `Zero Rupees Only`],

@@ -147,0 +147,0 @@ [0.04, `Zero Rupees And Four Paisa Only`],

@@ -150,3 +150,3 @@ import { cloneDeep } from 'lodash';

const testFloatsWithCurrency = [
const testFloatsWithCurrency: [number, string][] = [
[0.0, `Zero Dollars Only`],

@@ -153,0 +153,0 @@ [0.04, `Zero Dollars And Four Cents Only`],

@@ -126,3 +126,3 @@ import { cloneDeep } from 'lodash';

const testFloatsWithCurrency = [
const testFloatsWithCurrency: [number, string][] = [
[0.0, 'صفر تومان'],

@@ -129,0 +129,0 @@ [0.04, 'چهار صدم تومان'],

@@ -133,3 +133,3 @@ import { cloneDeep } from 'lodash';

const testFloatsWithCurrency = [
const testFloatsWithCurrency: [number, string][] = [
[0.0, `Zéro Euros`],

@@ -136,0 +136,0 @@ [0.04, `Zéro Euros Et Quatre Centimes`],

@@ -120,3 +120,3 @@ import { cloneDeep } from 'lodash';

const testFloatsWithCurrency = [
const testFloatsWithCurrency: [number, string][] = [
[0.0, 'શૂન્ય રૂપિયા'],

@@ -123,0 +123,0 @@ [0.04, 'શૂન્ય રૂપિયા અને ચાર પૈસા'],

@@ -124,3 +124,3 @@ import { cloneDeep } from 'lodash';

const testFloatsWithCurrency = [
const testFloatsWithCurrency: [number, string][] = [
[0.0, 'शून्य रुपये'],

@@ -127,0 +127,0 @@ [0.04, 'शून्य रुपये और चार पैसे'],

@@ -123,3 +123,3 @@ import { cloneDeep } from 'lodash';

const testFloatsWithCurrency = [
const testFloatsWithCurrency: [number, string][] = [
[0.0, 'शून्य रुपये'],

@@ -126,0 +126,0 @@ [0.04, 'शून्य रुपये आणि चार पैसे'],

@@ -151,3 +151,3 @@ import { cloneDeep } from 'lodash';

const testFloatsWithCurrency = [
const testFloatsWithCurrency: [number, string][] = [
[0.0, `Nul Surinaamse dollars`],

@@ -154,0 +154,0 @@ [0.04, `Nul Surinaamse dollars En Vier Centen`],

@@ -150,3 +150,3 @@ import { cloneDeep } from 'lodash';

const testFloatsWithCurrency = [
const testFloatsWithCurrency: [number, string][] = [
[0.0, `Zero Reais`],

@@ -153,0 +153,0 @@ [0.04, `Zero Reais E Quatro Centavos`],

@@ -123,3 +123,3 @@ import { cloneDeep } from 'lodash';

const testFloatsWithCurrency = [
const testFloatsWithCurrency: [number, string][] = [
[0.0, 'sıfır lira'],

@@ -126,0 +126,0 @@ [0.04, 'dört yüzüncü lira'],

@@ -5,2 +5,4 @@ # Changelog

### [3.5.1](https://github.com/mastermunj/to-words/compare/v3.5.0...v3.5.1) (2023-04-24)
## [3.5.0](https://github.com/mastermunj/to-words/compare/v3.4.0...v3.5.0) (2023-02-27)

@@ -7,0 +9,0 @@

{
"name": "to-words",
"version": "3.5.0",
"version": "3.5.1",
"description": "Converts numbers (including decimal points) into words & currency.",

@@ -44,13 +44,13 @@ "keywords": [

"devDependencies": {
"@commitlint/cli": "^17.4.4",
"@commitlint/config-conventional": "^17.4.4",
"@types/jest": "^29.4.0",
"@types/lodash": "^4.14.191",
"@types/node": "^18.14.2",
"@commitlint/cli": "^17.6.1",
"@commitlint/config-conventional": "^17.6.1",
"@types/jest": "^29.5.1",
"@types/lodash": "^4.14.194",
"@types/node": "^18.16.0",
"@types/source-map-support": "^0.5.6",
"@typescript-eslint/eslint-plugin": "^5.53.0",
"@typescript-eslint/parser": "^5.53.0",
"@typescript-eslint/eslint-plugin": "^5.59.0",
"@typescript-eslint/parser": "^5.59.0",
"cz-conventional-changelog": "^3.3.0",
"eslint": "^8.35.0",
"eslint-config-prettier": "^8.6.0",
"eslint": "^8.39.0",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-import": "^2.27.5",

@@ -60,12 +60,12 @@ "eslint-plugin-jest": "^27.2.1",

"husky": "^8.0.3",
"jest": "^29.4.3",
"lint-staged": "^13.1.2",
"jest": "^29.5.0",
"lint-staged": "^13.2.1",
"lodash": "^4.17.21",
"prettier": "^2.8.4",
"rimraf": "^4.1.2",
"prettier": "^2.8.8",
"rimraf": "^5.0.0",
"sort-package-json": "^1.57.0",
"source-map-support": "^0.5.21",
"standard-version": "^9.5.0",
"ts-jest": "^29.0.5",
"typescript": "^4.9.5"
"ts-jest": "^29.1.0",
"typescript": "^5.0.4"
},

@@ -72,0 +72,0 @@ "engines": {

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