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 0.5.0 to 0.5.1

16

lib/types.js

@@ -46,13 +46,7 @@ (function() {

//-----------------------------------------------------------------------------------------------------------
this.declare('intertext_template_name', {
tests: {
"x is a nonempty_text": function(x) {
return this.isa.nonempty_text(x);
},
"x is name of template": function(x) {
return this.isa.function((require('./templates'))[x]);
}
}
});
// #-----------------------------------------------------------------------------------------------------------
// @declare 'intertext_template_name',
// tests:
// "x is a nonempty_text": ( x ) -> @isa.nonempty_text x
// "x is name of template": ( x ) -> @isa.function ( require './templates' )[ x ]

@@ -59,0 +53,0 @@ //-----------------------------------------------------------------------------------------------------------

{
"name": "intertext",
"version": "0.5.0",
"version": "0.5.1",
"description": "Services for Recurrent Text-related Tasks",

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

@@ -270,3 +270,3 @@

For [SteamPipe](https://github.com/loveencounterflow/steampipes) streams, use
In [SteamPipe](https://github.com/loveencounterflow/steampipes) streams, use the transforms returned by

@@ -276,3 +276,3 @@ * `$html_as_datoms()`

for the same functionality; both transforms accept texts or buffers.
for the same functionality; both transforms accept texts and buffers as inputs.

@@ -279,0 +279,0 @@ ### HTML Generation

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