Comparing version 6.0.63 to 6.0.64
@@ -453,3 +453,5 @@ 'use strict'; | ||
return _src3.ZalgoPromise.all([this.props.url, | ||
var propUrl = this.props.url; | ||
return _src3.ZalgoPromise.all([propUrl, | ||
// $FlowFixMe | ||
@@ -456,0 +458,0 @@ (0, _props.propsToQuery)(_extends({}, this.component.props, this.component.builtinProps), this.props)]).then(function (_ref7) { |
{ | ||
"name": "zoid", | ||
"version": "6.0.63", | ||
"version": "6.0.64", | ||
"description": "Cross domain components.", | ||
@@ -10,3 +10,3 @@ "main": "index.js", | ||
"lint": "eslint src/ test/ *.js", | ||
"flow-typed": "flow-typed install", | ||
"flow-typed": "rm -rf flow-typed && flow-typed install", | ||
"flow": "flow", | ||
@@ -52,5 +52,5 @@ "flow:build": "flow gen-flow-files ./src/index.js --out-dir ./dist/module", | ||
"devDependencies": { | ||
"flow-bin": "^0.70.0", | ||
"flow-bin": "^0.76", | ||
"grumbler-scripts": "^2.0.19", | ||
"mocha": "^3.5.0", | ||
"mocha": "^4", | ||
"serve": "^6.5.6" | ||
@@ -57,0 +57,0 @@ }, |
@@ -444,5 +444,8 @@ /* @flow */ | ||
buildUrl() : ZalgoPromise<string> { | ||
let propUrl : (string | void) = this.props.url; | ||
return ZalgoPromise.all([ | ||
this.props.url, | ||
propUrl, | ||
// $FlowFixMe | ||
@@ -449,0 +452,0 @@ propsToQuery({ ...this.component.props, ...this.component.builtinProps }, this.props) |
@@ -122,3 +122,3 @@ /* @flow */ | ||
// $FlowFixMe | ||
let prop: MixedPropDefinitionType<P> = component.getProp(key); | ||
let prop : MixedPropDefinitionType<P> = component.getProp(key); | ||
let value = props[key]; | ||
@@ -125,0 +125,0 @@ |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
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
1387634
89
27262