Socket
Socket
Sign inDemoInstall

slice-ansi

Package Overview
Dependencies
3
Maintainers
2
Versions
13
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 7.0.0 to 7.1.0

index.d.ts

14

package.json
{
"name": "slice-ansi",
"version": "7.0.0",
"version": "7.1.0",
"description": "Slice a string with ANSI escape codes",

@@ -9,11 +9,15 @@ "license": "MIT",

"type": "module",
"exports": "./index.js",
"exports": {
"types": "./index.d.ts",
"default": "./index.js"
},
"engines": {
"node": ">=14.16"
"node": ">=18"
},
"scripts": {
"test": "xo && ava"
"test": "xo && ava && tsc index.d.ts"
},
"files": [
"index.js"
"index.js",
"index.d.ts"
],

@@ -20,0 +24,0 @@ "keywords": [

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