eksi-sozluk
Advanced tools
Comparing version 0.0.7 to 0.0.8
@@ -43,3 +43,3 @@ var style = require('styled'), | ||
+ '\n ' | ||
+ theme.bold(result.title) | ||
+ style.bold(result.title) | ||
+ '\n\n' | ||
@@ -60,3 +60,3 @@ + result.entries.map(entryView).join('\n\n\n') | ||
+ 'Suggestions for ' | ||
+ theme.bold(title) | ||
+ style.bold(title) | ||
+ ': \n\n' | ||
@@ -63,0 +63,0 @@ + result.map(tab).join('\n') |
{ | ||
"name": "eksi-sozluk", | ||
"version": "0.0.7", | ||
"version": "0.0.8", | ||
"description": "NodeJS client to query Eksi Sozluk", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
0