Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

intertext

Package Overview
Dependencies
Maintainers
1
Versions
45
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

intertext - npm Package Compare versions

Comparing version 5.0.1 to 5.0.2

dependencies/sindre-sorhus-term-size.js

2

lib/main.js

@@ -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

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