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

@suitest/smst-to-text

Package Overview
Dependencies
Maintainers
2
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@suitest/smst-to-text - npm Package Compare versions

Comparing version 3.0.2 to 3.0.5

dist/toText.d.ts

18

package.json
{
"name": "@suitest/smst-to-text",
"version": "3.0.2",
"version": "3.0.5",
"description": "Utility to convert SMST to plain text or ANSI-styled text",
"homepage": "https://suite.st/",
"license": "MIT",
"repository": {

@@ -15,17 +17,13 @@ "type": "git",

],
"license": "MIT",
"bugs": {
"url": "https://github.com/SuitestAutomation/suitest/issues"
},
"homepage": "https://suite.st/",
"main": "umd/toText.js",
"main": "dist/toText.js",
"types": "dist/toText.d.ts",
"files": [
"umd/",
"commonjs/",
"dist/",
"docs/"
],
"scripts": {
"build": "npm run build:umd && npm run build:commonjs",
"build:umd": "rimraf umd && tsc --module umd --outDir umd",
"build:commonjs": "rimraf commonjs && tsc",
"build": "npx rimraf dist && npx tsc -p tsconfig.json && node ../../compile.js",
"test": "jest",

@@ -36,4 +34,4 @@ "coverage": "jest --coverage",

"dependencies": {
"@suitest/smst": "^3.0.2"
"@suitest/smst": "^3.0.5"
}
}
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