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

inter-mediator-plugin-jqueryfileupload

Package Overview
Dependencies
Maintainers
1
Versions
28
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

inter-mediator-plugin-jqueryfileupload - npm Package Compare versions

Comparing version 1.3.0 to 1.3.1

4

index.js

@@ -173,3 +173,3 @@ /*

for (const ext of IMParts_Catalog.jquery_fileupload.fileExtRequirements) {
if (new RegExp(`\.(${ext})$/i`).test(data.files[0].name)) {
if (new RegExp(`\.(${ext})$`, 'i').test(data.files[0].name)) {
hasMatchExt = true

@@ -304,3 +304,3 @@ }

for (const ext of IMParts_Catalog.jquery_fileupload.fileExtRequirements) {
if (new RegExp(`\.(${ext})$/i`).test(targetFile.name)) {
if (new RegExp(`\.(${ext})$`, 'i').test(targetFile.name)) {
hasMatchExt = true

@@ -307,0 +307,0 @@ }

{
"name": "inter-mediator-plugin-jqueryfileupload",
"version": "1.3.0",
"version": "1.3.1",
"description": "INTER-Mediator plug-in to use the JQuery FileUpload.",

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

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