Join our webinar on Wednesday, June 26, at 1pm EDTHow Chia Mitigates Risk in the Crypto Industry.Register
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.3.0 to 1.3.1

dist/index.cjs

26

package.json
{
"name": "intl-number-input",
"description": "Easy input of formatted numbers based on the ECMAScript Internationalization API (ECMA-402).",
"version": "1.3.0",
"version": "1.3.1",
"license": "MIT",
"module": "./dist/index.esm.js",
"main": "./dist/index.cjs.js",
"module": "./dist/index.mjs",
"main": "./dist/index.cjs",
"types": "./dist/index.d.ts",

@@ -14,4 +14,4 @@ "files": [

".": {
"import": "./dist/index.esm.js",
"require": "./dist/index.cjs.js",
"import": "./dist/index.mjs",
"require": "./dist/index.cjs",
"types": "./dist/index.d.ts"

@@ -34,3 +34,4 @@ }

"test": "jest",
"lint": "eslint --no-fix --max-warnings 0 {**/*,*}.{js,ts} && prettier --check {**/*,*}.{js,ts}",
"eslint:check": "eslint --no-fix --max-warnings 0 {**/*,*}.{js,ts}",
"eslint:fix": "eslint --max-warnings 0 {**/*,*}.{js,ts}",
"api:extract": "tsc --emitDeclarationOnly --declaration --outDir temp/types && api-extractor run --local",

@@ -51,7 +52,8 @@ "api:docs": "node scripts/api-docs.js",

"@types/stringify-object": "^3.3.1",
"@typescript-eslint/eslint-plugin": "^4.26.1",
"@typescript-eslint/parser": "^4.26.1",
"eslint": "^7.28.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-tsdoc": "^0.2.14",
"@typescript-eslint/eslint-plugin": "^5.20.0",
"@typescript-eslint/parser": "^5.20.0",
"eslint": "^8.13.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-tsdoc": "^0.2.16",
"jest": "^26.6.3",

@@ -70,3 +72,3 @@ "jest-environment-jsdom-fifteen": "^1.0.2",

"vite-plugin-windicss": "^0.15.10",
"vitepress": "^0.20.0",
"vitepress": "^0.22.3",
"vue": "^3.2.20",

@@ -73,0 +75,0 @@ "windicss": "^2.5.14"

[![Codecov](https://codecov.io/gh/dm4t2/intl-number-input/branch/master/graph/badge.svg)](https://codecov.io/gh/dm4t2/intl-number-input)
![npm](https://img.shields.io/npm/v/intl-number-input)
![npm bundle size](https://img.shields.io/bundlephobia/minzip/intl-number-input)
![NPM](https://img.shields.io/npm/l/intl-number-input)
[![npm version](https://img.shields.io/npm/v/intl-number-input)](https://www.npmjs.com/package/intl-number-input)
[![Bundlephobia](https://img.shields.io/bundlephobia/minzip/intl-number-input)](https://bundlephobia.com/result?p=intl-number-input)
[![License](https://img.shields.io/npm/l/intl-number-input)](https://github.com/dm4t2/intl-number-input/blob/master/LICENSE)

@@ -6,0 +6,0 @@ # Intl Number Input

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