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

@lephenix47/color-converter

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@lephenix47/color-converter - npm Package Compare versions

Comparing version 1.0.6 to 1.0.7

4

package.json
{
"name": "@lephenix47/color-converter",
"version": "1.0.6",
"version": "1.0.7",
"description": "This is a versatile color conversion library for JavaScript. It provides a convenient way to convert color values between different color models, including RGB, HEX, HSL, HWB, and HSV. With @lephenix47/color-converter, you can effortlessly convert colors, normalize them to a consistent format, and retrieve color values in various color models.",
"main": "dist/lib/es6/index.js",
"module": "dist/lib/commonjs/index.js",
"types": "dist/lib/es6/index.d.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "webpack --watch --stats-error-details",
"ts": "rm -rf dist/lib && tsc && tsc --build tsconfig.es5.json",

@@ -11,0 +11,0 @@ "publish": "npm publish --access=public"

@@ -14,2 +14,3 @@ # @lephenix47/color-converter

- [Available Conversion Methods](#available-conversion-methods)
- [Miscellaneous](#miscellaneous)
- [Conclusion](#conclusion)

@@ -95,4 +96,39 @@

## Miscellaneous
ASCII tree of the project:
```md
src/
├─ variables/
│ ├─ color-types.variables.ts
├─ classes/
│ ├─ color-conversion.classes.ts
├─ index.ts
dist/
├─ lib/
│ ├─ es6/
│ │ ├─ index.js
│ │ ├─ index.d.ts
│ │ ├─ variables/
│ │ │ ├─ color-types.variables.js
│ │ │ ├─ color-types.variables.d.ts
│ │ ├─ classes/
│ │ │ ├─ color-conversion.classes.js
│ │ │ ├─ color-conversion.classes.d.ts
│ ├─ commonjs/ # Same folder structure as es6's
test/
├─ es6.js
├─ commonjs.js
package.json
package-lock.json
README.md
tsconfig.es5.json
tsconfig.json
.gitignore
.npmignore
```
## Conclusion
With `@lephenix47/color-converter`, you can easily work with color models and perform conversions between them. Simplify your color manipulation tasks and explore the vast possibilities of color representation in your JavaScript projects.
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