Socket
Socket
Sign inDemoInstall

rc-upload

Package Overview
Dependencies
Maintainers
3
Versions
137
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

rc-upload - npm Package Compare versions

Comparing version 1.3.4 to 1.3.5

6

lib/uid.js

@@ -1,5 +0,7 @@

"use strict";
'use strict';
var uuid = require('uuid');
module.exports = function () {
return Math.random().toString().slice(2);
return uuid.v1();
};
{
"name": "rc-upload",
"version": "1.3.4",
"version": "1.3.5",
"description": "upload ui component for react",

@@ -21,3 +21,3 @@ "keywords": [

"licenses": "MIT",
"main":"./lib/index",
"main": "./lib/index",
"config": {

@@ -50,4 +50,5 @@ "port": 8000

"dependencies": {
"superagent": "~1.2.0"
"superagent": "~1.2.0",
"uuid": "~2.0.1"
}
}
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