Socket
Socket
Sign inDemoInstall

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 2.0.0 to 2.1.0

data/Blocks-13.0.0.txt

16

lib/main.js

@@ -1,5 +0,4 @@

// Generated by CoffeeScript 2.5.1
(function() {
'use strict';
var CND, FS, Html, Hyph, INTERTEXT, Intertext, MAIN, Multimix, PATH, Patterns, Slabs, Tbl, alert, assign, badge, cast, debug, echo, help, info, inspect, isa, jr, log, rpr, type_of, urge, validate, warn, whisper;
var CND, FS, Html, Hyph, INTERTEXT, Intertext, MAIN, Multimix, PATH, Patterns, Slabs, Tbl, Ucd, alert, assign, badge, cast, debug, echo, help, info, inspect, isa, jr, log, rpr, type_of, urge, validate, warn, whisper;

@@ -75,2 +74,12 @@ //###########################################################################################################

Ucd = (function() {
//-----------------------------------------------------------------------------------------------------------
class Ucd extends Multimix {};
Ucd.include(require('./ucd'));
return Ucd;
}).call(this);
Slabs = (function() {

@@ -139,2 +148,3 @@ //-----------------------------------------------------------------------------------------------------------

this.HYPH = new Hyph();
this.UCD = new Ucd();
this.SLABS = new Slabs();

@@ -175,3 +185,1 @@ this._PATTERNS = new Patterns();

}).call(this);
//# sourceMappingURL=main.js.map
{
"name": "intertext",
"version": "2.0.0",
"version": "2.1.0",
"description": "Services for Recurrent Text-related Tasks",

@@ -5,0 +5,0 @@ "main": "lib/main.js",

@@ -31,4 +31,4 @@

* [**InterText UCD**](./README-ucd.md)
## Related Links

@@ -35,0 +35,0 @@

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