@canutin/svelte-currency-input
Advanced tools
Comparing version 0.5.1 to 0.5.2
104
package.json
{ | ||
"name": "@canutin/svelte-currency-input", | ||
"version": "0.5.1", | ||
"exports": { | ||
".": "./index.js" | ||
}, | ||
"scripts": { | ||
"dev": "vite dev", | ||
"build": "svelte-kit sync && svelte-package", | ||
"test": "playwright test", | ||
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json", | ||
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch", | ||
"lint": "prettier --check . && eslint .", | ||
"format": "prettier --write ." | ||
}, | ||
"devDependencies": { | ||
"@playwright/test": "^1.25.0", | ||
"@sveltejs/adapter-auto": "next", | ||
"@sveltejs/kit": "next", | ||
"@sveltejs/package": "next", | ||
"@typescript-eslint/eslint-plugin": "^5.27.0", | ||
"@typescript-eslint/parser": "^5.27.0", | ||
"eslint": "^8.16.0", | ||
"eslint-config-prettier": "^8.3.0", | ||
"eslint-plugin-svelte3": "^4.0.0", | ||
"prettier": "^2.6.2", | ||
"prettier-plugin-svelte": "^2.7.0", | ||
"semantic-release": "^19.0.5", | ||
"svelte": "^3.44.0", | ||
"svelte-check": "^2.7.1", | ||
"svelte-preprocess": "^4.10.6", | ||
"tslib": "^2.3.1", | ||
"typescript": "^4.7.4", | ||
"vite": "^3.1.0" | ||
}, | ||
"type": "module", | ||
"description": "A form input that converts numbers to currencies as you type in localized formats", | ||
"keywords": [ | ||
"svelte", | ||
"currency", | ||
"money", | ||
"input", | ||
"i18n", | ||
"positive", | ||
"negative" | ||
], | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/canutin/svelte-currency-input.git" | ||
}, | ||
"author": "Fernando Maclen <hello@fernando.is>", | ||
"license": "MIT", | ||
"bugs": { | ||
"url": "https://github.com/canutin/svelte-currency-input/issues" | ||
}, | ||
"homepage": "https://github.com/canutin/svelte-currency-input#readme" | ||
"name": "@canutin/svelte-currency-input", | ||
"version": "0.5.2", | ||
"exports": { | ||
"./package.json": "./package.json", | ||
".": "./index.js", | ||
"./CurrencyInput.svelte": "./CurrencyInput.svelte" | ||
}, | ||
"devDependencies": { | ||
"@playwright/test": "^1.25.0", | ||
"@sveltejs/adapter-auto": "next", | ||
"@sveltejs/kit": "next", | ||
"@sveltejs/package": "next", | ||
"@typescript-eslint/eslint-plugin": "^5.27.0", | ||
"@typescript-eslint/parser": "^5.27.0", | ||
"eslint": "^8.16.0", | ||
"eslint-config-prettier": "^8.3.0", | ||
"eslint-plugin-svelte3": "^4.0.0", | ||
"prettier": "^2.6.2", | ||
"prettier-plugin-svelte": "^2.7.0", | ||
"semantic-release": "^19.0.5", | ||
"svelte": "^3.44.0", | ||
"svelte-check": "^2.7.1", | ||
"svelte-preprocess": "^4.10.6", | ||
"tslib": "^2.3.1", | ||
"typescript": "^4.7.4", | ||
"vite": "^3.1.0" | ||
}, | ||
"type": "module", | ||
"description": "A form input that converts numbers to currencies as you type in localized formats", | ||
"keywords": [ | ||
"svelte", | ||
"currency", | ||
"money", | ||
"input", | ||
"i18n", | ||
"positive", | ||
"negative" | ||
], | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/canutin/svelte-currency-input.git" | ||
}, | ||
"author": "Fernando Maclen <hello@fernando.is>", | ||
"license": "MIT", | ||
"bugs": { | ||
"url": "https://github.com/canutin/svelte-currency-input/issues" | ||
}, | ||
"homepage": "https://github.com/canutin/svelte-currency-input#readme", | ||
"svelte": "./index.js" | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
14036
7
28
1