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

@uppy/form

Package Overview
Dependencies
Maintainers
7
Versions
81
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@uppy/form - npm Package Compare versions

Comparing version 2.0.2 to 2.0.3

6

lib/index.js

@@ -5,5 +5,3 @@ "use strict";

const {
BasePlugin
} = require('@uppy/core');
const BasePlugin = require('@uppy/core/lib/BasePlugin');

@@ -151,2 +149,2 @@ const findDOMElement = require('@uppy/utils/lib/findDOMElement');

}, _class.VERSION = "2.0.2", _temp);
}, _class.VERSION = "2.0.3", _temp);
{
"name": "@uppy/form",
"description": "Connect Uppy to an existing HTML <form>.",
"version": "2.0.2",
"version": "2.0.3",
"license": "MIT",

@@ -23,3 +23,3 @@ "main": "lib/index.js",

"dependencies": {
"@uppy/utils": "^4.0.1",
"@uppy/utils": "^4.0.2",
"get-form-data": "^2.0.0"

@@ -30,3 +30,3 @@ },

},
"gitHead": "b3b68c07773395d1521c38148cbf87ed88ff2364"
"gitHead": "1eb317ba3a3115596212ac50f1d81d3188dd0619"
}

@@ -1,2 +0,2 @@

const { BasePlugin } = require('@uppy/core')
const BasePlugin = require('@uppy/core/lib/BasePlugin')
const findDOMElement = require('@uppy/utils/lib/findDOMElement')

@@ -3,0 +3,0 @@ const toArray = require('@uppy/utils/lib/toArray')

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