New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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.12 to 0.8.13

4

dist/index.cjs.js

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

const HIDE = 'hide'; // 8 - 28
const HIDE = 'hide',
INVISIBLE = 'invisible'; // 8 - 28

@@ -29,2 +30,3 @@ const STRIKE = 'strike'; // 9 - 29

exports.INVERSE = INVERSE;
exports.INVISIBLE = INVISIBLE;
exports.ITALIC = ITALIC;

@@ -31,0 +33,0 @@ exports.NORMAL = NORMAL;

@@ -15,6 +15,7 @@ const NORMAL = 'normal'; // 0

const HIDE = 'hide'; // 8 - 28
const HIDE = 'hide',
INVISIBLE = 'invisible'; // 8 - 28
const STRIKE = 'strike'; // 9 - 29
export { BLINK, BOLD, DIM, HIDE, INVERSE, ITALIC, NORMAL, STRIKE, UNDERLINE };
export { BLINK, BOLD, DIM, HIDE, INVERSE, INVISIBLE, ITALIC, NORMAL, STRIKE, UNDERLINE };
{
"name": "@palett/enum-font-effects",
"version": "0.8.12",
"version": "0.8.13",
"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": "26374b306d7fbd3b9a4b455a65656741d35abc0b"
"gitHead": "9aa791ec334a53e7e4b6f3f63a1d46791cfedc39"
}
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