@uiw/react-input
Advanced tools
Comparing version 4.0.0-alpha.2 to 4.0.0-alpha.3
@@ -32,3 +32,3 @@ "use strict"; | ||
function _createSuper(Derived) { return function () { var Super = (0, _getPrototypeOf2.default)(Derived), result; if (_isNativeReflectConstruct()) { var NewTarget = (0, _getPrototypeOf2.default)(this).constructor; result = Reflect.construct(Super, arguments, NewTarget); } else { result = Super.apply(this, arguments); } return (0, _possibleConstructorReturn2.default)(this, result); }; } | ||
function _createSuper(Derived) { var hasNativeReflectConstruct = _isNativeReflectConstruct(); return function () { var Super = (0, _getPrototypeOf2.default)(Derived), result; if (hasNativeReflectConstruct) { var NewTarget = (0, _getPrototypeOf2.default)(this).constructor; result = Reflect.construct(Super, arguments, NewTarget); } else { result = Super.apply(this, arguments); } return (0, _possibleConstructorReturn2.default)(this, result); }; } | ||
@@ -35,0 +35,0 @@ function _isNativeReflectConstruct() { if (typeof Reflect === "undefined" || !Reflect.construct) return false; if (Reflect.construct.sham) return false; if (typeof Proxy === "function") return true; try { Date.prototype.toString.call(Reflect.construct(Date, [], function () {})); return true; } catch (e) { return false; } } |
@@ -10,3 +10,3 @@ import _extends from "@babel/runtime/helpers/esm/extends"; | ||
function _createSuper(Derived) { return function () { var Super = _getPrototypeOf(Derived), result; if (_isNativeReflectConstruct()) { var NewTarget = _getPrototypeOf(this).constructor; result = Reflect.construct(Super, arguments, NewTarget); } else { result = Super.apply(this, arguments); } return _possibleConstructorReturn(this, result); }; } | ||
function _createSuper(Derived) { var hasNativeReflectConstruct = _isNativeReflectConstruct(); return function () { var Super = _getPrototypeOf(Derived), result; if (hasNativeReflectConstruct) { var NewTarget = _getPrototypeOf(this).constructor; result = Reflect.construct(Super, arguments, NewTarget); } else { result = Super.apply(this, arguments); } return _possibleConstructorReturn(this, result); }; } | ||
@@ -13,0 +13,0 @@ function _isNativeReflectConstruct() { if (typeof Reflect === "undefined" || !Reflect.construct) return false; if (Reflect.construct.sham) return false; if (typeof Proxy === "function") return true; try { Date.prototype.toString.call(Reflect.construct(Date, [], function () {})); return true; } catch (e) { return false; } } |
{ | ||
"name": "@uiw/react-input", | ||
"version": "4.0.0-alpha.2", | ||
"version": "4.0.0-alpha.3", | ||
"description": "Input component", | ||
"author": "Kenny Wong <wowohoo@qq.com>", | ||
"homepage": "https://github.com/uiwjs/uiw/tree/master/packages/react-input#readme", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/uiwjs/uiw.git" | ||
}, | ||
"license": "MIT", | ||
@@ -55,4 +59,4 @@ "main": "lib/cjs/index.js", | ||
"dependencies": { | ||
"@uiw/react-icon": "4.0.0-alpha.2", | ||
"@uiw/utils": "4.0.0-alpha.2", | ||
"@uiw/react-icon": "4.0.0-alpha.3", | ||
"@uiw/utils": "4.0.0-alpha.3", | ||
"classnames": "^2.2.6" | ||
@@ -68,3 +72,3 @@ }, | ||
}, | ||
"gitHead": "64af09b5b66c90204315cda3d4f0e3a567ede7a6" | ||
"gitHead": "b69dd5c068ab4d05bae8f347795dd515c0af6e3b" | ||
} |
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
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
39152
0
+ Added@uiw/react-icon@4.0.0-alpha.3(transitive)
+ Added@uiw/utils@4.0.0-alpha.3(transitive)
- Removed@uiw/react-icon@4.0.0-alpha.2(transitive)
- Removed@uiw/utils@4.0.0-alpha.2(transitive)
Updated@uiw/utils@4.0.0-alpha.3