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

react-credit-calculator

Package Overview
Dependencies
Maintainers
2
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-credit-calculator - npm Package Compare versions

Comparing version 1.0.0-rc1.0 to 1.0.0-rc1.2

4

build/index.js

@@ -673,5 +673,3 @@ (function webpackUniversalModuleDefinition(root, factory) {

_this.handleBlur = function (event) {
var nextValue = Number(event.currentTarget.value);
nextValue = _this.context.onCalculationChange(nextValue - (nextValue - _this.context.Conditions.min) % 25);
event.currentTarget.value = nextValue.toString();
_this.context.onCalculationChange(Number(event.currentTarget.value));
};

@@ -678,0 +676,0 @@ _this.handleInput = function (event) {

{
"name": "react-credit-calculator",
"version": "1.0.0-rc1.0",
"version": "1.0.0-rc1.2",
"description": "Credit calculator based on rc-slider",

@@ -5,0 +5,0 @@ "main": "build/index.js",

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

# React credit calculator
# React Credit Calculator
[![Build Status](https://travis-ci.org/wearesho-team/react-credit-calculator.svg?branch=master)](https://travis-ci.org/wearesho-team/react-credit-calculator)
[![codecov](https://codecov.io/gh/wearesho-team/react-credit-calculator/branch/master/graph/badge.svg)](https://codecov.io/gh/wearesho-team/react-credit-calculator)

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