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.7.1 to 0.7.2

2

package.json
{
"name": "@canutin/svelte-currency-input",
"version": "0.7.1",
"version": "0.7.2",
"exports": {

@@ -5,0 +5,0 @@ "./package.json": "./package.json",

@@ -121,1 +121,18 @@ # svelte-currency-input

```
#### Integration tests
The component is tested using [Playwright](https://playwright.dev/).
You can find the tests in [`tests/svelte-currency-input.test.ts`](https://github.com/Canutin/svelte-currency-input/blob/main/tests/svelte-currency-input.test.ts)
To run all tests on **Chromium**, **Firefox** and **Webkit**:
```bash
npm run test
```
To run all tests on a specific browser (e.g. **Webkit**):
```bash
npx playwright test --project=webkit
```
Additional debug commands can be found on [Playwright's documentation](https://playwright.dev/docs/test-cli).

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