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

@adobe/leonardo-contrast-colors

Package Overview
Dependencies
Maintainers
21
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@adobe/leonardo-contrast-colors - npm Package Compare versions

Comparing version 1.0.0-alpha.13 to 1.0.0-alpha.14

backgroundcolor.mjs

2

.eslintrc.json
{
"env": {
"browser": true,
"commonjs": true
"es6": true
},

@@ -6,0 +6,0 @@ "extends": [

@@ -6,2 +6,13 @@ # Change Log

# [1.0.0-alpha.14](https://github.com/adobe/leonardo/compare/@adobe/leonardo-contrast-colors@1.0.0-alpha.13...@adobe/leonardo-contrast-colors@1.0.0-alpha.14) (2022-08-09)
### Features
* updated support for APCA with tests and UI ([13251e5](https://github.com/adobe/leonardo/commit/13251e5efdc2e8eef9a536acda2c8d8cb1223945))
# [1.0.0-alpha.13](https://github.com/adobe/leonardo/compare/@adobe/leonardo-contrast-colors@1.0.0-alpha.12...@adobe/leonardo-contrast-colors@1.0.0-alpha.13) (2022-05-05)

@@ -8,0 +19,0 @@

{
"name": "@adobe/leonardo-contrast-colors",
"version": "1.0.0-alpha.13",
"version": "1.0.0-alpha.14",
"description": "Generate colors based on a desired contrast ratio",
"repository": "git@github.com:adobe/leonardo.git",
"main": "./index.js",
"module": "./wrapper.mjs",
"type": "module",
"exports": {
".": {
"require": "./index.js",
"default": "./wrapper.mjs"
"default": "./index.js"
}
},
"jest": {
"moduleFileExtensions": [
"js",
"mjs",
"cjs",
"jsx",
"ts",
"tsx",
"json",
"node"
],
"testMatch": [
"**/__tests__/**/*.m[jt]s?(x)",
"**/?(*.)+(spec|test).m[jt]s?(x)"
]
},
"scripts": {
"dev": "jest --watch",
"test": "jest"
"dev": "NODE_OPTIONS=--experimental-vm-modules npx jest --watch",
"test": "NODE_OPTIONS=--experimental-vm-modules npx jest"
},

@@ -27,2 +42,5 @@ "author": "Nate Baldwin <nbaldwin@adobe.com>",

"devDependencies": {
"@babel/plugin-transform-modules-commonjs": "^7.18.6",
"apca-w3": "^0.1.9",
"colorparsley": "^0.1.8",
"eslint": "^7.32.0",

@@ -36,3 +54,3 @@ "eslint-config-airbnb-base": "^14.2.1",

},
"gitHead": "0b6f38bf32ee4586696cc18942116014756ce88f"
"gitHead": "469ffb107d040a54ef41a15c926aeb58f9bae73f"
}
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