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

colortranslator

Package Overview
Dependencies
Maintainers
1
Versions
36
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

colortranslator - npm Package Compare versions

Comparing version 1.1.0 to 1.1.1

76

CHANGELOG.md
# Changelog
## 2019-08-31
#### Fixes
- Resolve eslint-utils vulnerability forcing the version to be equal or greater than 1.4.1
## 2019-07-17
#### Changes
- Use SCSS files for the styles of the demo page
- Created mobile styles for better rendering of the demo page in mobile devices
## [1.1.0] - 2019-07-12
### Added
#### Addings
- Add the possibility to instantiate the class using any of the inputs
- Add 11 public chainable methods and 25 public readonly properties
- Update some demo examples to use the new class, methods, and properties
- Solve a bug with webpack and the clean-webpack-plugin package
- Fix a bug with RGBA and HSLA CSS output
- Change the CSS CMYK output from `device-cmyk` to `cmyk`
- Added the possibility to instantiate the class using any of the inputs
- Added 11 public chainable methods and 25 public readonly properties
#### Changes
- Updated some demo examples to use the new class, methods, and properties
- Changed the CSS CMYK output from `device-cmyk` to `cmyk`
#### Fixes
- Solved a bug with webpack and the clean-webpack-plugin package
- Fixed a bug with RGBA and HSLA CSS output
## [1.0.5] - 2019-07-05
### Added
#### Addings
- Rename the library to ColorTranslator
- Rename the distribution files
- Convert the main object to a class with static methods. This will allow to instantiate the class in the future
- Create a script to run eslint on source files
- Remove CMYK colors from the test because they are not used
- Fix some bugs and formatting issues
- Created a script to run eslint on source files
#### Changes
- Renamed the library to ColorTranslator
- Renamed the distribution files
- Converted the main object to a class with static methods. This will allow to instantiate the class in the future
#### Deletings
- Removed CMYK colors from the test because they are not used
#### Fixes
- Fixed some bugs and formatting issues
## [1.0.4] - 2019-07-03
### Added
#### Addings
- Rename the library to colortranslator
- Rewrite the library in TypeScript
- Make it compatible with node
- Create unit tests
- Create a demo page
- Fix some bugs
- Made it compatible with node
- Created unit tests
- Created a demo page
#### Changes
- Renamed the library to colortranslator
- Rewriten the library in TypeScript
#### Fixes
- Fixed some bugs
## [1.0.0] - 2015-05-01
- Created ColorConverter
{
"name": "colortranslator",
"version": "1.1.0",
"version": "1.1.1",
"description": "A JavaScript library, written in TypeScript, to convert among different color models",

@@ -15,3 +15,3 @@ "main": "dist/index.js",

"demo": "webpack-dev-server --open --config webpack.demo.config.js",
"docs": "webpack --config webpack.demo.publish.js",
"docs": "webpack --config webpack.demo.publish.js --mode production",
"prepare": "npm run build",

@@ -59,2 +59,3 @@ "prepublishOnly": "npm run lint && npm run test",

"eslint": "^6.0.1",
"eslint-utils": ">=1.4.1",
"google-code-prettify": "^1.0.5",

@@ -64,3 +65,7 @@ "html-webpack-plugin": "^3.2.0",

"mocha": "^6.1.4",
"node-sass": "^4.12.0",
"optimize-css-assets-webpack-plugin": "^5.0.3",
"sass-loader": "^7.1.0",
"style-loader": "^0.23.1",
"terser-webpack-plugin": "^1.3.0",
"ts-loader": "^6.0.4",

@@ -67,0 +72,0 @@ "ts-node": "^8.3.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