rc-upload
Advanced tools
Comparing version 1.3.4 to 1.3.5
@@ -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" | ||
} | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
9598
230
2
+ Addeduuid@~2.0.1
+ Addeduuid@2.0.3(transitive)