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 1.3.0 to 1.3.1

3

lib/main.js

@@ -0,1 +1,2 @@

// Generated by CoffeeScript 2.5.1
(function() {

@@ -156,1 +157,3 @@ 'use strict';

}).call(this);
//# sourceMappingURL=main.js.map

@@ -0,1 +1,2 @@

// Generated by CoffeeScript 2.5.1
(function() {

@@ -446,1 +447,3 @@ //###########################################################################################################

}).call(this);
//# sourceMappingURL=tabulate.js.map

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

// Generated by CoffeeScript 2.5.1
(function() {
'use strict';
var $, $async, $drain, $show, $watch, CND, SP, alert, assign, badge, cast, copy, debug, echo, help, info, is_empty, isa, jr, last_of, log, rpr, test, type_of, types, urge, validate, warn, whisper;
var CND, alert, assign, badge, cast, copy, debug, echo, help, info, is_empty, isa, jr, last_of, log, rpr, test, type_of, types, urge, validate, warn, whisper;

@@ -38,7 +39,2 @@ //###########################################################################################################

//...........................................................................................................
SP = require('steampipes');
({$, $async, $watch, $show, $drain} = SP.export());
//...........................................................................................................
types = (require('../..')).types;

@@ -49,6 +45,40 @@

//-----------------------------------------------------------------------------------------------------------
this._xxx_kw_demo = function() {
return new Promise((resolve) => {
var $, $async, $drain, $show, $watch, SP, TBL, pipeline, ref, source;
SP = require('steampipes');
({$, $async, $watch, $show, $drain} = SP.export());
TBL = (require('../..')).TBL;
source = [
Array.from('abcdefg'),
(function() {
var results = [];
for (var i = 1e6, ref = 1e6 + 7; 1e6 <= ref ? i <= ref : i >= ref; 1e6 <= ref ? i++ : i--){ results.push(i); }
return results;
}).apply(this)
];
//.........................................................................................................
pipeline = [];
pipeline.push(source);
pipeline.push(TBL.$tabulate());
pipeline.push($watch(function(d) {
return echo(d.text);
}));
pipeline.push($drain(function(result) {
return resolve(result);
}));
SP.pull(...pipeline);
resolve();
return null;
});
};
//-----------------------------------------------------------------------------------------------------------
this.demo = function(T, done) {
return new Promise(async(resolve) => {
var TBL, error, i, len, matcher, probe, probes_and_matchers, ref;
TBL = require('../tabulate');
var $, $async, $drain, $show, $watch, SP, TBL, error, i, len, matcher, probe, probes_and_matchers, ref;
SP = require('steampipes');
({$, $async, $watch, $show, $drain} = SP.export());
//...........................................................................................................
TBL = (require('../..')).TBL;
probes_and_matchers = [

@@ -123,2 +153,3 @@ [

(() => {
// await @_xxx_kw_demo()
return test(this);

@@ -131,1 +162,3 @@ })();

}).call(this);
//# sourceMappingURL=tabulate.test.js.map

6

package.json
{
"name": "intertext",
"version": "1.3.0",
"version": "1.3.1",
"description": "Services for Recurrent Text-related Tasks",

@@ -36,7 +36,7 @@ "main": "lib/main.js",

"datom": "^3.0.1",
"hyphenopoly": "^4.0.0",
"hyphenopoly": "^4.1.0",
"intertype": "^3.1.2",
"linebreak": "^1.0.2",
"multimix": "^2.1.6",
"steampipes": "^5.2.0",
"steampipes": "^6.0.0",
"to-width": "^1.0.3"

@@ -43,0 +43,0 @@ },

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

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