global-input-react
Advanced tools
Comparing version 1.1.5 to 1.1.6
@@ -111,3 +111,4 @@ (function (global, factory) { | ||
var options = { | ||
onInputPermissionResult: this.onInputPermissionResult.bind(this) | ||
onInputPermissionResult: this.onInputPermissionResult.bind(this), | ||
onSettings: this.onSettingsCodeData.bind(this) | ||
}; | ||
@@ -117,2 +118,8 @@ this.connector.processCodeData(options, codedata); | ||
}, { | ||
key: "onSettingsCodeData", | ||
value: function onSettingsCodeData(codedata, next) { | ||
console.log("datadata received:" + JSON.stringify(codedata)); | ||
next(); | ||
} | ||
}, { | ||
key: "onInputPermissionResult", | ||
@@ -119,0 +126,0 @@ value: function onInputPermissionResult(message) { |
{ | ||
"name": "global-input-react", | ||
"version": "1.1.5", | ||
"version": "1.1.6", | ||
"description": "global input react component", | ||
@@ -44,3 +44,3 @@ "repository": { | ||
"nodemon": "^1.9.1", | ||
"react": "^15.0.0", | ||
"react": "~0.14.8 || ^15.0.0|| ^16.0.0-alpha.12", | ||
"react-addons-test-utils": "^15.0.0", | ||
@@ -52,6 +52,5 @@ "react-dom": "^15.0.0", | ||
"dependencies": { | ||
"global-input-message": "^1.2.7", | ||
"qrcode.react": "^0.7.1", | ||
"react": "~0.14.8 || ^15.0.0|| ^16.0.0-alpha.12" | ||
"global-input-message": "^1.2.10", | ||
"qrcode.react": "^0.7.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
19683
2
10
342