Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@uiw/react-color-editable-input

Package Overview
Dependencies
Maintainers
2
Versions
75
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@uiw/react-color-editable-input - npm Package Compare versions

Comparing version 1.1.2 to 1.1.3

3

cjs/index.js

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

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

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

EditableInput.displayName = 'EditableInput';
export default EditableInput;
//# sourceMappingURL=index.js.map
export default EditableInput;
{
"name": "@uiw/react-color-editable-input",
"version": "1.1.2",
"version": "1.1.3",
"description": "Color Editable Input",

@@ -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,8 +35,9 @@ "keywords": [

"peerDependencies": {
"@babel/runtime": ">=7.19.0",
"react": ">=16.9.0",
"react-dom": ">=16.9.0"
},
"dependencies": {
"@babel/runtime": "~7.19.0"
"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