Comparing version 5.0.1 to 5.0.2
@@ -116,3 +116,3 @@ (function() { | ||
this.get_terminal_size = function() { | ||
return (require('term-size'))(); | ||
return (require('../dependencies/sindre-sorhus-term-size.js'))(); | ||
}; | ||
@@ -119,0 +119,0 @@ |
{ | ||
"name": "intertext", | ||
"version": "5.0.1", | ||
"version": "5.0.2", | ||
"description": "Services for Recurrent Text-related Tasks", | ||
"main": "lib/main.js", | ||
"scripts": { | ||
"build": "coffee --map -o lib -c src", | ||
"test": "echo 'see https://github.com/loveencounterflow/hengist/tree/master/dev/intertext'" | ||
}, | ||
"repository": { | ||
@@ -32,15 +28,18 @@ "type": "git", | ||
"dependencies": { | ||
"cnd": "^9.0.0", | ||
"cnd": "9.2.2", | ||
"color-convert": "^2.0.1", | ||
"cupofjoe": "^0.1.1", | ||
"datom": "^7.0.1", | ||
"cupofjoe": "0.2.1", | ||
"datom": "8.0.3", | ||
"diff-match-patch": "^1.0.5", | ||
"hyphenopoly": "^4.5.0", | ||
"intertype": "^7.0.2", | ||
"hyphenopoly": "4.12.0", | ||
"intertype": "7.6.7", | ||
"linebreak": "^1.0.2", | ||
"multimix": "^4.1.0", | ||
"steampipes": "^6.3.0", | ||
"term-size": "^2.2.0", | ||
"multimix": "5.0.0", | ||
"steampipes": "6.7.1", | ||
"to-width": "^1.1.0" | ||
}, | ||
"scripts": { | ||
"build": "coffee --map -o lib -c src", | ||
"test": "echo 'see https://github.com/loveencounterflow/hengist/tree/master/dev/intertext'" | ||
} | ||
} | ||
} |
@@ -13,2 +13,3 @@ | ||
- [Terminology](#terminology) | ||
- [npm Packages](#npm-packages) | ||
@@ -209,1 +210,13 @@ <!-- END doctoc generated TOC please keep comment here to allow auto update --> | ||
> “word”.—(typography.guru)[https://typography.guru/journal/words-and-phrases-in-common-use-which-originated-in-the-field-of-typography-r78/] | ||
### npm Packages | ||
* [foliojs/linebreak](https://github.com/foliojs/linebreak): "A JS implementation of the Unicode Line | ||
Breaking Algorithm (UAX #14)" | ||
* [robertknight/tex-linebreak](https://github.com/robertknight/tex-linebreak): "JavaScript implementation of | ||
the Knuth-Plass linebreaking algorithm" | ||
@@ -53,5 +53,6 @@ | ||
* [ ] CupOfHTML: consider using template strings as in ``H`div#id.class` 'content'`` | ||
* [ ] turn into monorepo | ||
* [ ] integrate `jzr-old/timetunnel` | ||
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
Shell access
Supply chain riskThis module accesses the system shell. Accessing the system shell increases the risk of executing arbitrary code.
Found 1 instance in 1 package
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
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
790350
11
70
5852
58
7
1
+ Addedcnd@9.2.2(transitive)
+ Addedintertype@7.6.7(transitive)
- Removedterm-size@^2.2.0
- Removedacorn@8.14.0(transitive)
- Removedacorn-loose@8.4.0(transitive)
- Removedacorn-walk@8.3.4(transitive)
- Removedanymatch@3.1.3(transitive)
- Removedastring@1.9.0(transitive)
- Removedbinary-extensions@2.3.0(transitive)
- Removedbraces@3.0.3(transitive)
- Removedchokidar@3.6.0(transitive)
- Removedcnd@9.3.0(transitive)
- Removedcupofjoe@0.1.1(transitive)
- Removeddatom@7.1.0(transitive)
- Removeddayjs@1.11.13(transitive)
- Removedemittery@0.6.0(transitive)
- Removederror-callsites@2.0.4(transitive)
- Removedfill-range@7.1.1(transitive)
- Removedfsevents@2.3.3(transitive)
- Removedglob-parent@5.1.2(transitive)
- Removedguy@13.7.2(transitive)
- Removedintertype@7.7.1(transitive)
- Removedintertype-legacy@7.7.1(transitive)
- Removedis-binary-path@2.1.0(transitive)
- Removedis-extglob@2.1.1(transitive)
- Removedis-glob@4.0.3(transitive)
- Removedis-number@7.0.0(transitive)
- Removedload-source-map@3.0.1(transitive)
- Removedlodash.sortby@4.7.0(transitive)
- Removedmultimix@4.1.0(transitive)
- Removednodexh@2.2.2(transitive)
- Removednormalize-path@3.0.0(transitive)
- Removedpicomatch@2.3.1(transitive)
- Removedpunycode@2.3.1(transitive)
- Removedreaddirp@3.6.0(transitive)
- Removedsource-map@0.8.0-beta.0(transitive)
- Removedterm-size@2.2.1(transitive)
- Removedtmp@0.2.3(transitive)
- Removedto-regex-range@5.0.1(transitive)
- Removedtr46@1.0.1(transitive)
- Removedwebidl-conversions@4.0.2(transitive)
- Removedwhatwg-url@7.1.0(transitive)
Updatedcnd@9.2.2
Updatedcupofjoe@0.2.1
Updateddatom@8.0.3
Updatedhyphenopoly@4.12.0
Updatedintertype@7.6.7
Updatedmultimix@5.0.0
Updatedsteampipes@6.7.1