Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@canutin/svelte-currency-input

Package Overview
Dependencies
Maintainers
1
Versions
37
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@canutin/svelte-currency-input - npm Package Compare versions

Comparing version 0.5.1 to 0.5.2

CurrencyInput.svelte

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"
}
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