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

react-currency-input-field

Package Overview
Dependencies
Maintainers
1
Versions
105
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-currency-input-field - npm Package Compare versions

Comparing version 3.6.3 to 3.6.4

src/components/__tests__/CurrencyInput-ref.spec.tsx

2

dist/components/CurrencyInputProps.d.ts

@@ -32,3 +32,3 @@ import React, { ElementType } from 'react';

};
export declare type CurrencyInputProps = Overwrite<React.ComponentPropsWithoutRef<'input'>, {
export declare type CurrencyInputProps = Overwrite<React.ComponentPropsWithRef<'input'>, {
/**

@@ -35,0 +35,0 @@ * Allow decimals

{
"name": "react-currency-input-field",
"version": "3.6.3",
"version": "3.6.4",
"description": "React <input/> component for formatting currency and numbers.",

@@ -18,3 +18,4 @@ "files": [

"test-ci": "cross-env NODE_ICU_DATA=node_modules/full-icu jest --coverage",
"lint": "tsc && eslint 'src/**/*.{js,ts,tsx}' --max-warnings=0",
"typecheck": "tsc && tsc --project tsconfig.test.json",
"lint": "eslint src --max-warnings=0",
"gh-predeploy": "parcel build src/examples/index.html --dist-dir demo/examples --public-url ./",

@@ -21,0 +22,0 @@ "gh-deploy": "yarn gh-predeploy && gh-pages -d demo/examples",

@@ -39,3 +39,3 @@ import React, { ElementType } from 'react';

export type CurrencyInputProps = Overwrite<
React.ComponentPropsWithoutRef<'input'>,
React.ComponentPropsWithRef<'input'>,
{

@@ -42,0 +42,0 @@ /**

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