Socket
Socket
Sign inDemoInstall

intl-number-input

Package Overview
Dependencies
0
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.4.0 to 1.4.1

5

dist/index.d.ts

@@ -106,2 +106,3 @@ /**

private getMaxValue;
private getDefaultStep;
private validateStep;

@@ -231,3 +232,5 @@ private getNextStep;

* Step size which is used to {@link NumberInput.increment|increment} or {@link NumberInput.decrement|decrement} the value.
* Default is `1`.
* Default is the smallest possible value depending on the maximum fraction digits.
*
* @example `0.01` with 2 fraction digits
*/

@@ -234,0 +237,0 @@ step?: number;

2

dist/tsdoc-metadata.json

@@ -8,5 +8,5 @@ // This file is read by tools that parse documentation comments conforming to the TSDoc standard.

"packageName": "@microsoft/api-extractor",
"packageVersion": "7.33.6"
"packageVersion": "7.38.0"
}
]
}
{
"name": "intl-number-input",
"description": "Easy input of formatted numbers based on the ECMAScript Internationalization API (ECMA-402).",
"version": "1.4.0",
"version": "1.4.1",
"license": "MIT",

@@ -46,26 +46,30 @@ "module": "./dist/index.mjs",

"devDependencies": {
"@microsoft/api-documenter": "^7.19.24",
"@microsoft/api-extractor": "^7.33.6",
"@microsoft/api-documenter": "^7.23.9",
"@microsoft/api-extractor": "^7.38.0",
"@rushstack/eslint-patch": "^1.2.0",
"@testing-library/dom": "^9.3.3",
"@testing-library/user-event": "^14.5.1",
"@types/node": "^20.8.9",
"@types/stringify-object": "^3.3.1",
"@typescript-eslint/eslint-plugin": "^5.42.1",
"@typescript-eslint/parser": "^5.42.1",
"@vitest/coverage-c8": "^0.25.1",
"@vue/eslint-config-prettier": "^7.0.0",
"@vue/eslint-config-typescript": "^11.0.2",
"eslint": "^8.27.0",
"eslint-config-prettier": "^8.5.0",
"@typescript-eslint/eslint-plugin": "^6.9.0",
"@typescript-eslint/parser": "^6.9.0",
"@vitest/coverage-v8": "^0.34.6",
"@vue/eslint-config-prettier": "^8.0.0",
"@vue/eslint-config-typescript": "^12.0.0",
"eslint": "^8.52.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-tsdoc": "^0.2.17",
"eslint-plugin-vue": "^9.7.0",
"eslint-plugin-vue": "^9.18.1",
"jsdom": "^22.1.0",
"npm-run-all": "^4.1.5",
"prettier": "^2.7.1",
"prettier": "^3.0.3",
"rimraf": "^3.0.2",
"rollup": "^2.79.1",
"rollup-plugin-typescript2": "^0.34.1",
"rollup-plugin-typescript2": "^0.36.0",
"stringify-object": "^3.3.0",
"typescript": "^4.8.4",
"typescript": "^5.2.2",
"vite-plugin-components": "^0.13.3",
"vite-plugin-windicss": "^0.17.1",
"vitepress": "^0.22.4",
"vitest": "^0.25.1",
"vitest": "^0.34.6",
"vue": "^3.2.41",

@@ -72,0 +76,0 @@ "windicss": "^3.5.6"

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