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

chalk

Package Overview
Dependencies
Maintainers
3
Versions
38
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

chalk - npm Package Compare versions

Comparing version 1.1.0 to 1.1.1

4

index.js

@@ -39,3 +39,3 @@ 'use strict';

function build(_styles) {
var builder = function builder() {
var builder = function () {
return applyStyle.apply(builder, arguments);

@@ -48,3 +48,3 @@ };

// no way to create a function with a different prototype.
/*eslint no-proto: 0 */
/* eslint-disable no-proto */
builder.__proto__ = proto;

@@ -51,0 +51,0 @@

{
"name": "chalk",
"version": "1.1.0",
"version": "1.1.1",
"description": "Terminal string styling done right. Much color.",

@@ -9,3 +9,4 @@ "license": "MIT",

"Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)",
"Joshua Appelman <jappelman@xebia.com> (jbnicolai.com)"
"Joshua Appelman <jappelman@xebia.com> (jbnicolai.com)",
"JD Ballard <i.am.qix@gmail.com> (github.com/qix-)"
],

@@ -16,3 +17,3 @@ "engines": {

"scripts": {
"test": "mocha",
"test": "xo && mocha",
"bench": "matcha benchmark.js",

@@ -62,4 +63,11 @@ "coverage": "nyc npm test && nyc report",

"resolve-from": "^1.0.0",
"semver": "^4.3.3"
"semver": "^4.3.3",
"xo": "*"
},
"xo": {
"envs": [
"node",
"mocha"
]
}
}

@@ -33,3 +33,3 @@ <h1 align="center">

- Actively maintained
- [Used by ~4000 modules](https://www.npmjs.com/browse/depended/chalk) as of May 24, 2015
- [Used by ~4500 modules](https://www.npmjs.com/browse/depended/chalk) as of July 15, 2015

@@ -193,3 +193,3 @@

Chalk does not support support anything other than the base eight colors, which guarantees it will work on all terminals and systems. Some terminals, specifically `xterm` compliant ones, will support the full range of 8-bit colors. For this the lower level [ansi-256-colors](https://github.com/jbnicolai/ansi-256-colors) package can be used.
Chalk does not support anything other than the base eight colors, which guarantees it will work on all terminals and systems. Some terminals, specifically `xterm` compliant ones, will support the full range of 8-bit colors. For this the lower level [ansi-256-colors](https://github.com/jbnicolai/ansi-256-colors) package can be used.

@@ -210,2 +210,3 @@

- [ansi-regex](https://github.com/chalk/ansi-regex) - Regular expression for matching ANSI escape codes
- [wrap-ansi](https://github.com/chalk/wrap-ansi) - Wordwrap a string with ANSI escape codes

@@ -212,0 +213,0 @@

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