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

cfonts

Package Overview
Dependencies
Maintainers
1
Versions
66
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cfonts - npm Package Compare versions

Comparing version 2.9.3 to 2.10.0

23

package.json
{
"name": "cfonts",
"description": "Sexy fonts for the console",
"version": "2.9.3",
"version": "2.10.0",
"homepage": "https://github.com/dominikwilkowski/cfonts",

@@ -38,3 +38,3 @@ "author": {

"test:unit": "npx cross-env FORCE_COLOR=3 jest",
"test:types": "yarn types:clean && yarn types:declaration && yarn types:clean",
"test:types": "yarn types:clean && tsc -p tsconfig.json",
"test:lint": "eslint src/",

@@ -44,5 +44,4 @@ "build": "yarn build:lib && yarn build:bin",

"build:lib": "npx mkdirp lib && babel src --out-dir lib",
"types:clean": "find lib/ -type f -name '*.d.ts' -exec rm {} +",
"watch": "yarn build:lib && onchange 'src/**/*' -- yarn build:lib",
"types:clean": "find lib/ -type f -name '*.d.ts' -exec rm {} +",
"types:declaration": "tsc -p declaration.tsconfig.json --resolveJsonModule",
"coveralls": "jest --coverage --coverageReporters=text-lcov | coveralls",

@@ -52,15 +51,15 @@ "nuke": "rm -rf lib && rm -rf node_modules && rm yarn.lock"

"devDependencies": {
"@babel/cli": "^7.14.3",
"@babel/core": "^7.14.3",
"@babel/preset-env": "^7.14.4",
"@babel/cli": "^7.15.4",
"@babel/core": "^7.15.5",
"@babel/preset-env": "^7.15.6",
"@types/node": "latest",
"coveralls": "^3.1.0",
"eslint": "^7.27.0",
"jest-cli": "^27.0.3",
"coveralls": "^3.1.1",
"eslint": "^7.32.0",
"jest-cli": "^27.2.0",
"onchange": "^7.1.0",
"typescript": "^4.3.2"
"typescript": "^4.4.3"
},
"peerDependencies": {},
"dependencies": {
"chalk": "^4.1.1",
"chalk": "^4.1.2",
"window-size": "^1.1.1"

@@ -67,0 +66,0 @@ },

@@ -374,3 +374,3 @@ ```shell

Type: `<boolean>`
Default value: `true`
Default value: `false`

@@ -516,2 +516,3 @@ Set this option to false if you don't want the plugin to insert two empty lines on top and on the bottom of the output.

## Release History
* 2.10.0 - bumped dependencies, added typescript definitions into npm bundle
* 2.9.3 - bumped dependencies

@@ -518,0 +519,0 @@ * 2.9.2 - bumped dependencies

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