Socket
Socket
Sign inDemoInstall

rc-input-number

Package Overview
Dependencies
3
Maintainers
7
Versions
216
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 7.3.6 to 7.3.7

2

es/StepHandler.js
import _extends from "@babel/runtime/helpers/esm/extends";
import _defineProperty from "@babel/runtime/helpers/esm/defineProperty";
/* eslint-disable react/no-unknown-property */
import * as React from 'react';

@@ -4,0 +6,0 @@ import classNames from 'classnames';

2

es/utils/MiniDecimal.d.ts

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

export declare type ValueType = string | number;
export declare type ValueType = string | number | null;
export interface DecimalClass {

@@ -3,0 +3,0 @@ add: (value: ValueType) => DecimalClass;

@@ -26,2 +26,4 @@ "use strict";

/* eslint-disable react/no-unknown-property */
/**

@@ -28,0 +30,0 @@ * When click and hold on a button - the speed of auto changing the value.

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

export declare type ValueType = string | number;
export declare type ValueType = string | number | null;
export interface DecimalClass {

@@ -3,0 +3,0 @@ add: (value: ValueType) => DecimalClass;

{
"name": "rc-input-number",
"version": "7.3.6",
"version": "7.3.7",
"description": "React input-number component",

@@ -53,2 +53,3 @@ "keywords": [

"@types/react-dom": "^17.0.9",
"@types/responselike": "^1.0.0",
"@umijs/fabric": "^2.0.0",

@@ -55,0 +56,0 @@ "cross-env": "^7.0.0",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc