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

@palett/enum-font-effects

Package Overview
Dependencies
Maintainers
1
Versions
115
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@palett/enum-font-effects - npm Package Compare versions

Comparing version 0.8.16 to 0.8.17

4

dist/index.cjs.js

@@ -17,3 +17,4 @@ 'use strict';

const INVERSE = 'inverse'; // 7 - 27
const REVERSE = 'reverse',
INVERSE = 'inverse'; // 7 - 27

@@ -33,3 +34,4 @@ const HIDE = 'hide',

exports.NORMAL = NORMAL;
exports.REVERSE = REVERSE;
exports.STRIKE = STRIKE;
exports.UNDERLINE = UNDERLINE;

@@ -13,3 +13,4 @@ const NORMAL = 'normal'; // 0

const INVERSE = 'inverse'; // 7 - 27
const REVERSE = 'reverse',
INVERSE = 'inverse'; // 7 - 27

@@ -21,2 +22,2 @@ const HIDE = 'hide',

export { BLINK, BOLD, DIM, HIDE, INVERSE, INVISIBLE, ITALIC, NORMAL, STRIKE, UNDERLINE };
export { BLINK, BOLD, DIM, HIDE, INVERSE, INVISIBLE, ITALIC, NORMAL, REVERSE, STRIKE, UNDERLINE };
{
"name": "@palett/enum-font-effects",
"version": "0.8.16",
"version": "0.8.17",
"description": "A colorant to string",

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

"homepage": "https://github.com/hoyeungw/palett/enum-font-effects#readme",
"gitHead": "163f1bf0ec01a1edadd17a4a5e4b69f2b76fd55f"
"gitHead": "defb9b2b9d59f7ab3d4128d638e2271c297c895c"
}
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