New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@react-input/number-format

Package Overview
Dependencies
Maintainers
0
Versions
33
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@react-input/number-format - npm Package Compare versions

Comparing version 1.0.27 to 1.0.28

dist/@types/InputNumberFormat/index.d.ts

2

dist/module/index.js

@@ -1,1 +0,1 @@

export{default as InputNumberFormat}from"./InputNumberFormat.js";export{u as useNumberFormat}from"./useNumberFormat-DW5gXBBQ.js";import"react";import"@react-input/core";import"react/jsx-runtime";
export{default as InputNumberFormat}from"./InputNumberFormat/index.js";export{u as useNumberFormat}from"./useNumberFormat-DW5gXBBQ.js";
{
"name": "@react-input/number-format",
"version": "1.0.27",
"version": "1.0.28",
"license": "MIT",
"author": "Nikolay Goncharuk <goncharuk.bro@gmail.com>",

@@ -30,10 +31,10 @@ "description": "React input component for formatted number input with locale-specific.",

"homepage": "https://github.com/GoncharukBro/react-input/tree/main/packages/number-format#readme",
"license": "MIT",
"module": "dist/module/index.js",
"main": "dist/node/index.cjs",
"types": "dist/@types/index.d.ts",
"files": [
"dist"
],
"sideEffects": false,
"type": "module",
"module": "dist/module/index.js",
"main": "dist/node/index.cjs",
"types": "dist/@types/index.d.ts",
"exports": {

@@ -46,28 +47,25 @@ ".": {

"./*": {
"import": [
"./dist/module/*.js",
"./dist/module/*/index.js"
],
"require": [
"./dist/node/*.cjs",
"./dist/node/*/index.cjs"
],
"types": [
"./dist/@types/*.d.ts",
"./dist/@types/*/index.d.ts"
]
"import": "./dist/module/*.js",
"require": "./dist/node/*.cjs",
"types": "./dist/@types/*.d.ts"
},
"./*.js": {
"import": [
"./dist/module/*.js",
"./dist/module/*/index.js"
],
"require": [
"./dist/node/*.cjs",
"./dist/node/*/index.cjs"
],
"types": [
"./dist/@types/*.d.ts",
"./dist/@types/*/index.d.ts"
]
"import": "./dist/module/*.js",
"require": "./dist/node/*.cjs",
"types": "./dist/@types/*.d.ts"
},
"./InputNumberFormat": {
"import": "./dist/module/InputNumberFormat/index.js",
"require": "./dist/node/InputNumberFormat/index.cjs",
"types": "./dist/@types/InputNumberFormat/index.d.ts"
},
"./InputNumberFormat/*": {
"import": "./dist/module/InputNumberFormat/*.js",
"require": "./dist/node/InputNumberFormat/*.cjs",
"types": "./dist/@types/InputNumberFormat/*.d.ts"
},
"./InputNumberFormat/*.js": {
"import": "./dist/module/InputNumberFormat/*.js",
"require": "./dist/node/InputNumberFormat/*.cjs",
"types": "./dist/@types/InputNumberFormat/*.d.ts"
}

@@ -96,3 +94,3 @@ },

"dependencies": {
"@react-input/core": "^1.0.12"
"@react-input/core": "^1.0.13"
},

@@ -99,0 +97,0 @@ "peerDependencies": {

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