global-input-react
Advanced tools
Comparing version 1.1.20 to 1.1.21
(function (global, factory) { | ||
if (typeof define === "function" && define.amd) { | ||
define(["exports", "qrcode.react", "./GlobalInputComponent"], factory); | ||
define(["exports", "react", "qrcode.react", "./GlobalInputComponent"], factory); | ||
} else if (typeof exports !== "undefined") { | ||
factory(exports, require("qrcode.react"), require("./GlobalInputComponent")); | ||
factory(exports, require("react"), require("qrcode.react"), require("./GlobalInputComponent")); | ||
} else { | ||
@@ -10,6 +10,6 @@ var mod = { | ||
}; | ||
factory(mod.exports, global.qrcode, global.GlobalInputComponent); | ||
factory(mod.exports, global.react, global.qrcode, global.GlobalInputComponent); | ||
global.GlobalInputReceiver = mod.exports; | ||
} | ||
})(this, function (exports, _qrcode, _GlobalInputComponent2) { | ||
})(this, function (exports, _react, _qrcode, _GlobalInputComponent2) { | ||
"use strict"; | ||
@@ -21,2 +21,4 @@ | ||
var _react2 = _interopRequireDefault(_react); | ||
var _qrcode2 = _interopRequireDefault(_qrcode); | ||
@@ -94,3 +96,3 @@ | ||
console.log("*****input code[[" + codedata + "]]"); | ||
return React.createElement(_qrcode2.default, { value: codedata }); | ||
return _react2.default.createElement(_qrcode2.default, { value: codedata }); | ||
} | ||
@@ -102,3 +104,3 @@ }, { | ||
console.log("*****api code[[" + codeData + "]]"); | ||
return React.createElement(_qrcode2.default, { value: codeData }); | ||
return _react2.default.createElement(_qrcode2.default, { value: codeData }); | ||
} | ||
@@ -110,3 +112,3 @@ }, { | ||
console.log("*****sessionGroup code[[" + codeData + "]]"); | ||
return React.createElement(_qrcode2.default, { value: codeData }); | ||
return _react2.default.createElement(_qrcode2.default, { value: codeData }); | ||
} | ||
@@ -118,3 +120,3 @@ }, { | ||
console.log("*****CodeAES[[" + codeData + "]]"); | ||
return React.createElement(_qrcode2.default, { value: codeData }); | ||
return _react2.default.createElement(_qrcode2.default, { value: codeData }); | ||
} | ||
@@ -121,0 +123,0 @@ }]); |
{ | ||
"name": "global-input-react", | ||
"version": "1.1.20", | ||
"version": "1.1.21", | ||
"description": "global input react component", | ||
@@ -5,0 +5,0 @@ "repository": { |
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
343464
483