Comparing version 4.0.0 to 5.0.0
{ | ||
"name": "cli-cursor", | ||
"version": "4.0.0", | ||
"version": "5.0.0", | ||
"description": "Toggle the CLI cursor", | ||
@@ -14,8 +14,12 @@ "license": "MIT", | ||
"type": "module", | ||
"exports": "./index.js", | ||
"exports": { | ||
"types": "./index.d.ts", | ||
"default": "./index.js" | ||
}, | ||
"sideEffects": false, | ||
"engines": { | ||
"node": "^12.20.0 || ^14.13.1 || >=16.0.0" | ||
"node": ">=18" | ||
}, | ||
"scripts": { | ||
"test": "xo && ava && tsd" | ||
"test": "xo && ava && tsc index.d.ts" | ||
}, | ||
@@ -42,10 +46,13 @@ "files": [ | ||
"dependencies": { | ||
"restore-cursor": "^4.0.0" | ||
"restore-cursor": "^5.0.0" | ||
}, | ||
"devDependencies": { | ||
"@types/node": "^16.7.1", | ||
"ava": "^3.15.0", | ||
"tsd": "^0.17.0", | ||
"xo": "^0.44.0" | ||
"@types/node": "^20.14.12", | ||
"ava": "^6.1.3", | ||
"typescript": "^5.5.4", | ||
"xo": "^0.59.2" | ||
}, | ||
"ava": { | ||
"workerThreads": false | ||
} | ||
} |
@@ -9,5 +9,5 @@ # cli-cursor | ||
```sh | ||
npm install cli-cursor | ||
``` | ||
$ npm install cli-cursor | ||
``` | ||
@@ -41,13 +41,1 @@ ## Usage | ||
Default: `process.stderr` | ||
--- | ||
<div align="center"> | ||
<b> | ||
<a href="https://tidelift.com/subscription/pkg/npm-cli-cursor?utm_source=npm-cli-cursor&utm_medium=referral&utm_campaign=readme">Get professional support for this package with a Tidelift subscription</a> | ||
</b> | ||
<br> | ||
<sub> | ||
Tidelift helps make open source sustainable for maintainers while giving companies<br>assurances about security, maintenance, and licensing for their dependencies. | ||
</sub> | ||
</div> |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
4109
40
+ Addedmimic-function@5.0.1(transitive)
+ Addedonetime@7.0.0(transitive)
+ Addedrestore-cursor@5.1.0(transitive)
+ Addedsignal-exit@4.1.0(transitive)
- Removedmimic-fn@2.1.0(transitive)
- Removedonetime@5.1.2(transitive)
- Removedrestore-cursor@4.0.0(transitive)
- Removedsignal-exit@3.0.7(transitive)
Updatedrestore-cursor@^5.0.0