New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

console-pos

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

console-pos - npm Package Compare versions

Comparing version 0.0.1 to 0.0.2

2

package.json
{
"name": "console-pos",
"version": "0.0.1",
"version": "0.0.2",
"author": "Mike Groseclose",

@@ -5,0 +5,0 @@ "email": "mike.groseclose@gmail.com",

@@ -17,5 +17,12 @@ # console-pos

TBD
row
console-pos takes an output stream as a required argument (such as process.stdout).
```
consolePos = require('console-pos')(process.stdout)
```
Use row to get the current position of the cursor on the current line.
```
consolePos.row()
```
## License

@@ -22,0 +29,0 @@

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