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

antd-mini-rpx

Package Overview
Dependencies
Maintainers
1
Versions
87
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

antd-mini-rpx - npm Package Compare versions

Comparing version 0.0.5 to 0.0.6-beta.1

4

es/Stepper/index.js

@@ -110,3 +110,3 @@ "use strict";

var minusTemp = (0, utils_1.downStep)(cValue, step, precision);
this.cOnChange(Math.max(minusTemp, min));
this.cOnChange(Math.max(minusTemp, min), e);
}

@@ -116,3 +116,3 @@ else if (mode === 'add') {

var addTemp = (0, utils_1.upStep)(cValue, step, precision);
this.cOnChange(Math.min(addTemp, max));
this.cOnChange(Math.min(addTemp, max), e);
}

@@ -119,0 +119,0 @@ }

{
"name": "antd-mini-rpx",
"version": "0.0.5",
"version": "0.0.6-beta.1",
"scripts": {

@@ -5,0 +5,0 @@ "dev": "minidev dev --less --typescript --no-source-map",

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