Socket
Socket
Sign inDemoInstall

@uiw/react-color-github

Package Overview
Dependencies
Maintainers
2
Versions
52
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@uiw/react-color-github - npm Package Compare versions

Comparing version 1.1.2 to 1.1.3

11

cjs/index.js

@@ -19,5 +19,3 @@ "use strict";

var CORLER_HEX = ['#B80000', '#DB3E00', '#FCCB00', '#008B02', '#006B76', '#1273DE', '#004DCF', '#5300EB', '#EB9694', '#FAD0C3', '#FEF3BD', '#C1E1C5', '#BEDADC', '#C4DEF6', '#BED3F3', '#D4C4FB'];
var GithubPlacement;
exports.GithubPlacement = GithubPlacement;
(function (GithubPlacement) {
var GithubPlacement = /*#__PURE__*/function (GithubPlacement) {
GithubPlacement["Left"] = "L";

@@ -35,3 +33,5 @@ GithubPlacement["LeftTop"] = "LT";

GithubPlacement["BottonRight"] = "BR";
})(GithubPlacement || (exports.GithubPlacement = GithubPlacement = {}));
return GithubPlacement;
}({});
exports.GithubPlacement = GithubPlacement;
var Github = /*#__PURE__*/_react["default"].forwardRef(function (props, ref) {

@@ -191,3 +191,2 @@ var _props$prefixCls = props.prefixCls,

var _default = Github;
exports["default"] = _default;
//# sourceMappingURL=index.js.map
exports["default"] = _default;

@@ -55,3 +55,2 @@ "use strict";

}
module.exports = exports.default;
//# sourceMappingURL=Point.js.map
module.exports = exports.default;

@@ -12,4 +12,3 @@ import _extends from "@babel/runtime/helpers/extends";

var CORLER_HEX = ['#B80000', '#DB3E00', '#FCCB00', '#008B02', '#006B76', '#1273DE', '#004DCF', '#5300EB', '#EB9694', '#FAD0C3', '#FEF3BD', '#C1E1C5', '#BEDADC', '#C4DEF6', '#BED3F3', '#D4C4FB'];
export var GithubPlacement;
(function (GithubPlacement) {
export var GithubPlacement = /*#__PURE__*/function (GithubPlacement) {
GithubPlacement["Left"] = "L";

@@ -27,3 +26,4 @@ GithubPlacement["LeftTop"] = "LT";

GithubPlacement["BottonRight"] = "BR";
})(GithubPlacement || (GithubPlacement = {}));
return GithubPlacement;
}({});
var Github = /*#__PURE__*/React.forwardRef((props, ref) => {

@@ -180,3 +180,2 @@ var {

Github.displayName = 'Github';
export default Github;
//# sourceMappingURL=index.js.map
export default Github;

@@ -49,3 +49,2 @@ import _extends from "@babel/runtime/helpers/extends";

}));
}
//# sourceMappingURL=Point.js.map
}
{
"name": "@uiw/react-color-github",
"version": "1.1.2",
"version": "1.1.3",
"description": "Color Github Picker",

@@ -15,4 +15,4 @@ "author": "Kenny Wong <wowohoo@qq.com>",

"scripts": {
"build": "tsbb build",
"watch": "tsbb watch"
"build": "tsbb build src/*.tsx --use-babel --cjs cjs",
"watch": "tsbb watch src/*.tsx --use-babel --cjs cjs"
},

@@ -35,2 +35,3 @@ "keywords": [

"peerDependencies": {
"@babel/runtime": ">=7.19.0",
"react": ">=16.9.0",

@@ -40,6 +41,8 @@ "react-dom": ">=16.9.0"

"dependencies": {
"@babel/runtime": "~7.19.0",
"@uiw/color-convert": "1.1.2",
"@uiw/react-color-swatch": "1.1.2"
"@uiw/color-convert": "1.1.3",
"@uiw/react-color-swatch": "1.1.3"
},
"devDependencies": {
"@babel/runtime": "^7.21.0"
}
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc