Socket
Socket
Sign inDemoInstall

gradient-string

Package Overview
Dependencies
9
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.0.1 to 2.0.2

14

package.json
{
"name": "gradient-string",
"description": "Beautiful color gradients in terminal output",
"version": "2.0.1",
"version": "2.0.2",
"author": "Boris K",

@@ -10,6 +10,8 @@ "license": "MIT",

"built-in": "node examples/built-in.js",
"coverage": "nyc report --reporter=text-lcov > coverage.lcov && codecov",
"coverage": "c8 report --reporter=text-lcov > coverage.lcov",
"demo": "node examples/demo.js",
"fix": "xo --fix",
"test": "xo && nyc cross-env FORCE_COLOR=1 ava"
"lint": "xo",
"test": "cross-env FORCE_COLOR=1 c8 ava",
"prepare": "husky install"
},

@@ -22,7 +24,7 @@ "dependencies": {

"ava": "^3.15.0",
"codecov": "^3.8.3",
"c8": "^7.11.2",
"cross-env": "^7.0.3",
"esm": "^3.2.25",
"nyc": "^15.1.0",
"xo": "^0.48.0"
"xo": "^0.48.0",
"husky": "^7.0.4"
},

@@ -29,0 +31,0 @@ "files": [

@@ -183,3 +183,3 @@ # gradient-string

[build-src]: https://flat.badgen.net/travis/bokub/gradient-string
[build-src]: https://flat.badgen.net/github/checks/bokub/gradient-string?label=tests
[version-src]: https://runkit.io/bokub/npm-version/branches/master/gradient-string?style=flat

@@ -191,3 +191,3 @@ [codecov-src]: https://flat.badgen.net/codecov/c/github/bokub/gradient-string

[build-href]: https://travis-ci.org/bokub/gradient-string
[build-href]: https://github.com/bokub/gradient-string/actions/workflows/run.yml
[version-href]: https://www.npmjs.com/package/gradient-string

@@ -194,0 +194,0 @@ [codecov-href]: https://codecov.io/gh/bokub/gradient-string

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc