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

input-format

Package Overview
Dependencies
Maintainers
1
Versions
44
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

input-format - npm Package Compare versions

Comparing version 0.2.0 to 0.2.1

CHANGELOG.md

2

commonjs/ReactInput.js

@@ -114,3 +114,3 @@ 'use strict';

target: (0, _extends3.default)({}, event.target, {
value: (0, _parse3.default)(getInputElement().value, undefined, parse).value
value: (0, _parse3.default)(_this.getInputElement().value, undefined, parse).value
})

@@ -117,0 +117,0 @@

@@ -76,3 +76,3 @@ import _objectWithoutProperties from 'babel-runtime/helpers/objectWithoutProperties';

target: _extends({}, event.target, {
value: _parse(getInputElement().value, undefined, parse).value
value: _parse(_this.getInputElement().value, undefined, parse).value
})

@@ -79,0 +79,0 @@

{
"name": "input-format",
"version": "0.2.0",
"version": "0.2.1",
"description": "Formatting user's text input on-the-fly",

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

Sorry, the diff of this file is not supported yet

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