Socket
Socket
Sign inDemoInstall

wrap-ansi

Package Overview
Dependencies
6
Maintainers
2
Versions
20
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 8.0.1 to 8.1.0

index.d.ts

13

package.json
{
"name": "wrap-ansi",
"version": "8.0.1",
"version": "8.1.0",
"description": "Wordwrap a string with ANSI escape codes",

@@ -14,3 +14,6 @@ "license": "MIT",

"type": "module",
"exports": "./index.js",
"exports": {
"types": "./index.d.ts",
"default": "./index.js"
},
"engines": {

@@ -20,6 +23,7 @@ "node": ">=12"

"scripts": {
"test": "xo && nyc ava"
"test": "xo && nyc ava && tsd"
},
"files": [
"index.js"
"index.js",
"index.d.ts"
],

@@ -64,4 +68,5 @@ "keywords": [

"nyc": "^15.1.0",
"tsd": "^0.25.0",
"xo": "^0.44.0"
}
}
SocketSocket SOC 2 Logo

Product

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc