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

ep_fileupload

Package Overview
Dependencies
Maintainers
2
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ep_fileupload - npm Package Compare versions

Comparing version 0.0.8 to 0.0.9

2

package.json
{
"name": "ep_fileupload",
"description": "File upload",
"version": "0.0.8",
"version": "0.0.9",
"author": "RedHog (Egil Moeller) <egil.moller@freecode.no>",

@@ -6,0 +6,0 @@ "contributors": ["johnyma22 (John McLear) <john@mclear.co.uk>"],

@@ -37,3 +37,5 @@ /**

if (w.addEventListener){
el.addEventListener(type, fn, false);
if(el){
el.addEventListener(type, fn, false);
}
} else if (w.attachEvent){

@@ -547,2 +549,2 @@ var f = function(){

};
})();
})();
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