Socket
Socket
Sign inDemoInstall

jason-react-form

Package Overview
Dependencies
20
Maintainers
12
Versions
45
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 3.16.0 to 3.16.1

build/precache-manifest.d391548d1b076c8bf04b71ca054bf5b6.js

2

build/asset-manifest.json
{
"main.js": "/static/js/main.js",
"index.html": "/index.html",
"precache-manifest.b70b2fe379cfc69cf833f8a73482395e.js": "/precache-manifest.b70b2fe379cfc69cf833f8a73482395e.js",
"precache-manifest.d391548d1b076c8bf04b71ca054bf5b6.js": "/precache-manifest.d391548d1b076c8bf04b71ca054bf5b6.js",
"service-worker.js": "/service-worker.js"
}

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

importScripts(
"/precache-manifest.b70b2fe379cfc69cf833f8a73482395e.js"
"/precache-manifest.d391548d1b076c8bf04b71ca054bf5b6.js"
);

@@ -34,3 +34,3 @@

blacklist: [/^\/_/,/\/[^/]+\.[^/]+$/],
blacklist: [/^\/_/,/\/[^\/]+\.[^\/]+$/],
});
{
"name": "jason-react-form",
"version": "3.16.0",
"version": "3.16.1",
"main": "build/static/js/main.js",

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

@@ -89,3 +89,3 @@ import PropTypes from 'prop-types';

if (this.props.values[0].href !== undefined) {
const res = str.replace(/\[(.*?)\]/, `<a href=${this.props.values[0].href} target="_blank">$1</a>`);
const res = str.replace(/\[(.*?)\]/, `<a class=${this.props.values[0].className} href=${this.props.values[0].href} target="_blank">$1</a>`);
element.innerHTML = res;

@@ -92,0 +92,0 @@ }

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

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