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

irojs-react

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

irojs-react - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

5

package.json
{
"name": "irojs-react",
"version": "1.0.0",
"description": "Made with create-react-library",
"version": "1.0.1",
"description": "A react component wrapper for iro.js",
"author": "basith374",

@@ -10,2 +10,3 @@ "license": "MIT",

"module": "dist/index.modern.js",
"keywords": ["react", "color picker", "react-component", "colorpicker"],
"source": "src/index.js",

@@ -12,0 +13,0 @@ "engines": {

13

README.md

@@ -1,6 +0,6 @@

# package
# iro.js react component
> Made with create-react-library
> The iro.js color picker wrapped in a react component
[![NPM](https://img.shields.io/npm/v/package.svg)](https://www.npmjs.com/package/package) [![JavaScript Style Guide](https://img.shields.io/badge/code_style-standard-brightgreen.svg)](https://standardjs.com)
[![NPM](https://img.shields.io/npm/v/irojs-react.svg)](https://www.npmjs.com/package/irojs-react) [![JavaScript Style Guide](https://img.shields.io/badge/code_style-standard-brightgreen.svg)](https://standardjs.com) [![build](https://github.com/basith374/irojs-react/actions/workflows/main.yml/badge.svg)](https://github.com/basith374/irojs-react/actions/workflows/main.yml)

@@ -10,3 +10,3 @@ ## Install

```bash
npm install --save package
npm install --save irojs-react
```

@@ -19,8 +19,7 @@

import MyComponent from 'package'
import 'package/dist/index.css'
import ColorPicker from 'irojs-react'
class Example extends Component {
render() {
return <MyComponent />
return <ColorPicker />
}

@@ -27,0 +26,0 @@ }

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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