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

@nexssp/stack

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@nexssp/stack - npm Package Compare versions

Comparing version 1.0.6 to 1.0.7

7

package.json
{
"name": "@nexssp/stack",
"version": "1.0.6",
"version": "1.0.7",
"description": "Displays stack the nice way.",

@@ -20,3 +20,3 @@ "main": "dist/stack.js",

"prepublish": "npm run build",
"build": "nexssp-min",
"build": "npx @nexssp/min@1.0.6",
"test": "echo \"Error: no test specified\" && exit 1"

@@ -37,4 +37,3 @@ },

"dependencies": {
"@nexssp/ansi": "^1.0.7",
"@nexssp/min": "^1.0.6"
"@nexssp/ansi": "^1.0.7"
},

@@ -41,0 +40,0 @@ "funding": [

@@ -22,3 +22,3 @@ # @nexssp/stack

mystack("my message", 2); //Where 2 is which one number to colorize. Default is 1.
mystack("my message", 2, 3); //Where 2 is which one number to colorize. Default is 1. 3 is cut line from the top, so it will cut 3 lines.
```
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