Socket
Socket
Sign inDemoInstall

ansi-escapes

Package Overview
Dependencies
1
Maintainers
1
Versions
24
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 4.3.0 to 4.3.1

2

index.d.ts

@@ -229,3 +229,3 @@ /// <reference types="node"/>

*/
setCwd(cwd: string): string;
setCwd(cwd?: string): string;

@@ -232,0 +232,0 @@ /**

{
"name": "ansi-escapes",
"version": "4.3.0",
"version": "4.3.1",
"description": "ANSI escape codes for manipulating the terminal",
"license": "MIT",
"repository": "sindresorhus/ansi-escapes",
"funding": "https://github.com/sponsors/sindresorhus",
"author": {
"name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com",
"url": "sindresorhus.com"
"url": "https://sindresorhus.com"
},

@@ -48,6 +49,6 @@ "engines": {

"dependencies": {
"type-fest": "^0.8.1"
"type-fest": "^0.11.0"
},
"devDependencies": {
"@types/node": "^12.0.7",
"@types/node": "^13.7.7",
"ava": "^2.1.0",

@@ -54,0 +55,0 @@ "tsd": "^0.11.0",

@@ -235,3 +235,2 @@ # ansi-escapes [![Build Status](https://travis-ci.org/sindresorhus/ansi-escapes.svg?branch=master)](https://travis-ci.org/sindresorhus/ansi-escapes)

---

@@ -238,0 +237,0 @@

Sorry, the diff of this file is not supported yet

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