New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@uiw/react-color-block

Package Overview
Dependencies
Maintainers
2
Versions
62
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

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

Comparing version 1.1.2 to 1.1.3

3

cjs/index.js

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

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

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

Block.displayName = 'Block';
export default Block;
//# sourceMappingURL=index.js.map
export default Block;
{
"name": "@uiw/react-color-block",
"version": "1.1.2",
"version": "1.1.3",
"description": "Color Block 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,7 +41,9 @@ "react-dom": ">=16.9.0"

"dependencies": {
"@babel/runtime": "~7.19.0",
"@uiw/color-convert": "1.1.2",
"@uiw/react-color-editable-input": "1.1.2",
"@uiw/react-color-swatch": "1.1.2"
"@uiw/color-convert": "1.1.3",
"@uiw/react-color-editable-input": "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