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

pure-upload

Package Overview
Dependencies
Maintainers
2
Versions
75
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

pure-upload - npm Package Compare versions

Comparing version 1.0.16 to 1.0.17

2

index.js

@@ -92,2 +92,4 @@ function addEventHandler(el, event, handler) {

function keys(obj) {
if (Object && Object.keys)
return Object.keys(obj);
var keys = [];

@@ -94,0 +96,0 @@ for (var i in obj) {

@@ -177,2 +177,5 @@ export function addEventHandler(el: HTMLInputElement | Element, event: string, handler: (ev: UIEvent) => void) {

export function keys(obj: Object) {
if(Object && Object.keys)
return Object.keys(obj);
let keys = [];

@@ -179,0 +182,0 @@

2

package.json
{
"name": "pure-upload",
"version": "1.0.16",
"version": "1.0.17",
"description": "The pure upload library without dependencies",

@@ -5,0 +5,0 @@ "author": {

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