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

react-polymorph

Package Overview
Dependencies
Maintainers
4
Versions
143
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-polymorph - npm Package Compare versions

Comparing version 0.9.8-rc.10 to 0.9.8-rc.11

9

lib/components/NumericInput.js

@@ -257,2 +257,11 @@ "use strict";

};
} // Case: Just minus sign was entered
if (valueToProcess === groupSeparator) {
return {
value: null,
caretPosition: 0,
fallbackInputValue: null
};
}

@@ -259,0 +268,0 @@ /**

2

package.json
{
"name": "react-polymorph",
"description": "React components with highly customizable logic, markup and styles.",
"version": "0.9.8-rc.10",
"version": "0.9.8-rc.11",
"scripts": {

@@ -6,0 +6,0 @@ "build": "cross-env yarn clean && yarn sass && yarn js",

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