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

handlebars-ansi

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

handlebars-ansi - npm Package Compare versions

Comparing version 0.2.0 to 0.3.0

2

lib/handlebars-ansi.js

@@ -5,3 +5,3 @@ "use strict";

exports["ansi-underline"] = function(input){
return ansi.sgr.format(input, "underline");
return ansi.format(input, "underline");
};
{
"name": "handlebars-ansi",
"author": "Lloyd Brookes <75pound@gmail.com>",
"version": "0.2.0",
"version": "0.3.0",
"description": "Ansi escape sequence helpers for rendering cli views",

@@ -14,8 +14,7 @@ "repository": "https://github.com/75lb/handlebars-ansi.git",

"test": "tape test/*.js",
"lint": "jshint lib/*.js bin/*.js test/*.js; echo",
"docs": "jsdoc2md -t jsdoc2md/README.hbs lib/*.js > README.md; echo"
"lint": "jshint lib/*.js bin/*.js test/*.js; echo"
},
"dependencies": {
"ansi-escape-sequences": "^1.0.2"
"ansi-escape-sequences": "^2"
}
}
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