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

@cocreate/random-color

Package Overview
Dependencies
Maintainers
1
Versions
177
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@cocreate/random-color - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

dist/CoCreate-random-color.min.js

7

CHANGELOG.md

@@ -0,1 +1,8 @@

## [1.0.1](https://github.com/CoCreate-app/CoCreate-random-color/compare/v1.0.0...v1.0.1) (2021-06-16)
### Bug Fixes
* added header for seo ([594bf4a](https://github.com/CoCreate-app/CoCreate-random-color/commit/594bf4a405549ea801ecc4b18f97e47c3a9acdaf))
# 1.0.0 (2021-03-29)

@@ -2,0 +9,0 @@

74

CoCreate.config.js
module.exports = {
config: {
apiKey: "c2b08663-06e3-440c-ef6f-13978b42883a",
securityKey: "f26baf68-e3a9-45fc-effe-502e47116265",
organization_Id: "5de0387b12e200ea63204d6c",
host: "server.cocreate.app:8088"
},
sources: [{
path: "./docs/index.html",
collection: "files",
document_id: "6020a8983c260207bf49cad2",
key: "html",
data:{
name: "Random Color Doc",
"config": {
"apiKey": "c2b08663-06e3-440c-ef6f-13978b42883a",
"securityKey": "f26baf68-e3a9-45fc-effe-502e47116265",
"organization_Id": "5de0387b12e200ea63204d6c",
"host": "server.cocreate.app:8088"
},
"sources": [{
"entry": "./docs/index.html",
"collection": "files",
"document_id": "6020a8983c260207bf49cad2",
"key": "src",
"data":{
"name": "random-color Doc",
"domains": ["cocreate.app", "server.cocreate.app", "ws.cocreate.app"],
"path": "/docs/random-color"
}
},
],
crud: [{
collection: "routes",
document_id: "6020a8983c260207bf49cad1",
data:{
collection: "files",
document_id: "6020a8983c260207bf49cad2",
name: "html",
domains: ["cocreate.app", "server.cocreate.app", "ws.cocreate.app"],
route: "/docs/random-color",
}
}
],
extract: {
directory: "./src/",
extensions: [
"js",
"css",
"html"
],
ignores: [
"node_modules",
"vendor",
"bower_components",
"archive"
],
}
"extract": {
"directory": "./src/",
"extensions": [
"js",
"css",
"html"
],
"ignores": [
"node_modules",
"vendor",
"bower_components",
"archive"
]
}
}
{
"name": "@cocreate/random-color",
"version": "1.0.0",
"version": "1.0.1",
"description": "A simple HTML5 and pure javascript component. Easy configuration using data-attributes and/or JavaScript API. Highly customizable and styleable.",

@@ -28,3 +28,4 @@ "keywords": [

"dev": "npx webpack --config webpack.config.js --watch",
"docs": "node ./node_modules/@cocreate/docs/src/index.js"
"docs": "node ./node_modules/@cocreate/docs/src/index.js",
"hosting": "node ./node_modules/@cocreate/hosting/src/index.js"
},

@@ -31,0 +32,0 @@ "repository": {

@@ -1,18 +0,32 @@

# CoCreate-color
A simple HTML5 and pure javascript component. Easy configuration using data-attributes and highly styleable.
# CoCreate-random-color
![GitHub file size in bytes](https://img.shields.io/github/size/CoCreate-app/CoCreate-color/dist/CoCreate-color.min.js?label=minified%20size&style=for-the-badge)
![GitHub latest release](https://img.shields.io/github/v/release/CoCreate-app/CoCreate-color?style=for-the-badge)
![GitHub](https://img.shields.io/github/license/CoCreate-app/CoCreate-color?style=for-the-badge)
![GitHub labels](https://img.shields.io/github/labels/CoCreate-app/CoCreate-color/help%20wanted?style=for-the-badge)
A simple random-color component in vanilla javascript. Easily configured using HTML5 data-attributes and/or JavaScript API. Take it for a spin in our [playground!](https://cocreate.app/docs/random-color)
![CoCreate](https://cdn.cocreate.app/logo.png)
![GitHub file size in bytes](https://img.shields.io/github/size/CoCreate-app/CoCreate-random-color/dist/CoCreate-random-color.min.js?label=minified%20size&style=for-the-badge)
![GitHub latest release](https://img.shields.io/github/v/release/CoCreate-app/CoCreate-random-color?style=for-the-badge)
![GitHub](https://img.shields.io/github/license/CoCreate-app/CoCreate-random-color?style=for-the-badge)
![GitHub labels](https://img.shields.io/github/labels/CoCreate-app/CoCreate-random-color/help%20wanted?style=for-the-badge)
[CoCreate Docs](https://cocreate.app/docs/color)
![CoCreate-random-color](https://cdn.cocreate.app/docs/CoCreate-random-color.gif)
## [Docs & Demo](https://cocreate.app/docs/random-color)
We want this library to be community-driven, and CoCreate led. We need your help to realize this goal. To help make sure we are building the right things in the right order, we ask that you create [issues](https://github.com/CoCreate-app/Realtime_Admin_CRM_and_CMS/issues) and [pull requests](https://github.com/CoCreate-app/Realtime_Admin_CRM_and_CMS/pulls) or merely upvote or comment on existing issues or pull requests.
For a complete guide and working demo refer to the [doumentation](https://cocreate.app/docs/random-color)
We appreciate your continued support, thank you!
## CDN
```html
<script src="https://cdn.cocreate.app/random-color/latest/CoCreate-random-color.min.js"></script>
```
```html
<script src="https://cdn.cocreate.app/random-color/latest/CoCreate-random-color.min.css"></script>
```
## NPM
```shell
$ npm install @cocreate/random-color
```
# Table of Contents

@@ -28,28 +42,35 @@

<a name="announcements"></a>
# Announcements
All updates to this library are documented in our [CHANGELOG](https://github.com/CoCreate-app/CoCreate-color/blob/master/CHANGELOG.md) and [releases](https://github.com/CoCreate-app/CoCreate-color/releases). You may also subscribe to email for releases and breaking changes.
All updates to this library are documented in our [CHANGELOG](https://github.com/CoCreate-app/CoCreate-random-color/blob/master/CHANGELOG.md) and [releases](https://github.com/CoCreate-app/CoCreate-random-color/releases). You may also subscribe to email for releases and breaking changes.
<a name="roadmap"></a>
# Roadmap
If you are interested in the future direction of this project, please take a look at our open [issues](https://github.com/CoCreate-app/CoCreate-color/issues) and [pull requests](https://github.com/CoCreate-app/CoCreate-color/pulls). We would love to hear your feedback.
If you are interested in the future direction of this project, please take a look at our open [issues](https://github.com/CoCreate-app/CoCreate-random-color/issues) and [pull requests](https://github.com/CoCreate-app/CoCreate-random-color/pulls). We would love to hear your feedback.
<a name="about"></a>
<a name="about"></a>
# About
CoCreate-color is guided and supported by the CoCreate Developer Experience Team.
CoCreate-random-color is guided and supported by the CoCreate Developer Experience Team.
Please Email the Developer Experience Team [here](mailto:develop@cocreate.app) in case of any queries.
CoCreate-color is maintained and funded by CoCreate. The names and logos for CoCreate are trademarks of CoCreate, LLC.
CoCreate-random-color is maintained and funded by CoCreate. The names and logos for CoCreate are trademarks of CoCreate, LLC.
<a name="contribute"></a>
# How to Contribute
We encourage contribution to our libraries (you might even score some nifty swag), please see our [CONTRIBUTING](https://github.com/CoCreate-app/CoCreate-color/blob/master/CONTRIBUTING.md) guide for details.
We encourage contribution to our libraries (you might even score some nifty swag), please see our [CONTRIBUTING](https://github.com/CoCreate-app/CoCreate-random-color/blob/master/CONTRIBUTING.md) guide for details.
We want this library to be community-driven, and CoCreate led. We need your help to realize this goal. To help make sure we are building the right things in the right order, we ask that you create [issues](https://github.com/CoCreate-app/CoCreate-random-color/issues) and [pull requests](https://github.com/CoCreate-app/CoCreate-random-color/pulls) or merely upvote or comment on existing issues or pull requests.
We appreciate your continued support, thank you!
# License
[The MIT License (MIT)](https://github.com/CoCreate-app/CoCreate-color/blob/master/LICENSE)
[The MIT License (MIT)](https://github.com/CoCreate-app/CoCreate-random-color/blob/master/LICENSE)

Sorry, the diff of this file is not supported yet

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