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

@react-input/number-format

Package Overview
Dependencies
Maintainers
0
Versions
32
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.31 to 1.0.32

dist/@types/InputNumberFormat.d.ts

2

dist/module/index.js

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

export{default as InputNumberFormat}from"./InputNumberFormat/index.js";export{u as useNumberFormat}from"./helpers-DW5gXBBQ.js";
export{default as InputNumberFormat}from"./InputNumberFormat.js";export{u as useNumberFormat}from"./helpers-D4jicVyO.js";

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

import"react";import"@react-input/core";export{u as default}from"./helpers-DW5gXBBQ.js";
import"react";import"@react-input/core";export{u as default}from"./helpers-D4jicVyO.js";
{
"name": "@react-input/number-format",
"version": "1.0.31",
"version": "1.0.32",
"license": "MIT",

@@ -54,17 +54,2 @@ "author": "Nikolay Goncharuk <goncharuk.bro@gmail.com>",

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

@@ -78,4 +63,3 @@ },

"*": [
"dist/@types/*",
"dist/@types/*/index.d.ts"
"dist/@types/*"
]

@@ -94,3 +78,3 @@ }

"dependencies": {
"@react-input/core": "^1.0.16"
"@react-input/core": "^1.0.17"
},

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

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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc