Socket
Socket
Sign inDemoInstall

jason-react-form

Package Overview
Dependencies
20
Maintainers
11
Versions
45
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 3.7.0 to 3.8.0

build/precache-manifest.5a50a2fcdd67746847b33d653bdf4fb3.js

2

build/asset-manifest.json
{
"main.js": "/static/js/main.js",
"index.html": "/index.html",
"precache-manifest.75adfca1ae88545dccd32cedfd708dfb.js": "/precache-manifest.75adfca1ae88545dccd32cedfd708dfb.js",
"precache-manifest.5a50a2fcdd67746847b33d653bdf4fb3.js": "/precache-manifest.5a50a2fcdd67746847b33d653bdf4fb3.js",
"service-worker.js": "/service-worker.js"
}

@@ -17,3 +17,3 @@ /**

importScripts(
"/precache-manifest.75adfca1ae88545dccd32cedfd708dfb.js"
"/precache-manifest.5a50a2fcdd67746847b33d653bdf4fb3.js"
);

@@ -20,0 +20,0 @@

{
"name": "jason-react-form",
"version": "3.7.0",
"version": "3.8.0",
"main": "build/static/js/main.js",

@@ -5,0 +5,0 @@ "license": "MIT",

@@ -101,4 +101,4 @@ import PropTypes from 'prop-types';

<label key={`${elem.databaseId}-${idx}`}>
{elem.value === 'OTHER' ? (
{elem.value === 'OTHER' ? (
<label key={`${elem.databaseId}-${idx}`}>
<input type="text"

@@ -111,7 +111,7 @@ className={style}

onBlur={this.onBlurInputOther} />
) : <label key={`${elem.databaseId}-${idx}`} htmlFor={elem.databaseId}>
{elem.value}
</label>
}
</label>
</label>
) : <label key={`${elem.databaseId}-${idx}`} htmlFor={elem.databaseId}>
{elem.value}
</label>
}
</li>

@@ -118,0 +118,0 @@ ))}

Sorry, the diff of this file is too big to display

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc