@behance/helicropter
Advanced tools
Comparing version 15.1.1 to 15.1.2
{ | ||
"name": "@behance/helicropter", | ||
"version": "15.1.1", | ||
"version": "15.1.2", | ||
"description": "My helicropter goes \"whosh whosh whosh\"", | ||
@@ -27,2 +27,3 @@ "main": "src/js/index.js", | ||
"jquery": "^2.1.4", | ||
"lodash.merge": "^4.6.0", | ||
"spin.js": "^2.3.1" | ||
@@ -29,0 +30,0 @@ }, |
import Spinner from 'spin.js'; | ||
import CloudUploader from '@behance/beff/Component/CloudUploader'; | ||
import View from '@behance/beff/View'; | ||
import merge from 'lodash.merge'; | ||
@@ -48,3 +49,3 @@ import template from 'hgn-loader!../templates/upload-area'; | ||
const config = Object.assign({ | ||
const config = merge({ | ||
drift: 0, | ||
@@ -51,0 +52,0 @@ cors: { |
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
8659966
4155
6
+ Addedlodash.merge@^4.6.0
+ Addedlodash.merge@4.6.2(transitive)