Comparing version 7.0.1 to 8.0.0
{ | ||
"name": "ora", | ||
"version": "7.0.1", | ||
"version": "8.0.0", | ||
"description": "Elegant terminal spinner", | ||
@@ -14,5 +14,9 @@ "license": "MIT", | ||
"type": "module", | ||
"exports": "./index.js", | ||
"exports": { | ||
"types": "./index.d.ts", | ||
"default": "./index.js" | ||
}, | ||
"sideEffects": false, | ||
"engines": { | ||
"node": ">=16" | ||
"node": ">=18" | ||
}, | ||
@@ -45,23 +49,18 @@ "scripts": { | ||
"cli-cursor": "^4.0.0", | ||
"cli-spinners": "^2.9.0", | ||
"cli-spinners": "^2.9.2", | ||
"is-interactive": "^2.0.0", | ||
"is-unicode-supported": "^1.3.0", | ||
"log-symbols": "^5.1.0", | ||
"stdin-discarder": "^0.1.0", | ||
"string-width": "^6.1.0", | ||
"is-unicode-supported": "^2.0.0", | ||
"log-symbols": "^6.0.0", | ||
"stdin-discarder": "^0.2.0", | ||
"string-width": "^7.0.0", | ||
"strip-ansi": "^7.1.0" | ||
}, | ||
"devDependencies": { | ||
"@types/node": "^20.4.5", | ||
"@types/node": "^20.10.5", | ||
"ava": "^5.3.1", | ||
"get-stream": "^7.0.1", | ||
"get-stream": "^8.0.1", | ||
"transform-tty": "^1.0.11", | ||
"tsd": "^0.28.1", | ||
"xo": "^0.55.0" | ||
}, | ||
"xo": { | ||
"rules": { | ||
"@typescript-eslint/no-redundant-type-constituents": "off" | ||
} | ||
"tsd": "^0.30.0", | ||
"xo": "^0.56.0" | ||
} | ||
} |
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
26806
+ Addedget-east-asian-width@1.3.0(transitive)
+ Addedis-unicode-supported@2.1.0(transitive)
+ Addedlog-symbols@6.0.0(transitive)
+ Addedstdin-discarder@0.2.2(transitive)
+ Addedstring-width@7.2.0(transitive)
- Removedbase64-js@1.5.1(transitive)
- Removedbl@5.1.0(transitive)
- Removedbuffer@6.0.3(transitive)
- Removedeastasianwidth@0.2.0(transitive)
- Removedieee754@1.2.1(transitive)
- Removedinherits@2.0.4(transitive)
- Removedlog-symbols@5.1.0(transitive)
- Removedreadable-stream@3.6.2(transitive)
- Removedsafe-buffer@5.2.1(transitive)
- Removedstdin-discarder@0.1.0(transitive)
- Removedstring-width@6.1.0(transitive)
- Removedstring_decoder@1.3.0(transitive)
- Removedutil-deprecate@1.0.2(transitive)
Updatedcli-spinners@^2.9.2
Updatedis-unicode-supported@^2.0.0
Updatedlog-symbols@^6.0.0
Updatedstdin-discarder@^0.2.0
Updatedstring-width@^7.0.0