Socket
Socket
Sign inDemoInstall

intertext

Package Overview
Dependencies
65
Maintainers
1
Versions
45
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 4.0.1 to 4.1.0

12

lib/cupofhtml.js

@@ -64,3 +64,3 @@ (function() {

//-----------------------------------------------------------------------------------------------------------
ref = this._Tags = class _Tags extends this._Targeted_collection {
ref = this.Tags = class Tags extends this._Targeted_collection {
constructor() {

@@ -880,3 +880,3 @@ super(...arguments);

//-----------------------------------------------------------------------------------------------------------
ref1 = this._Specials = class _Specials extends this._Targeted_collection {
ref1 = this.Specials = class Specials extends this._Targeted_collection {
constructor() {

@@ -1125,4 +1125,4 @@ super(...arguments);

super({..._defaults, ...settings});
this.H = new MAIN._Tags(this);
this.S = new MAIN._Specials(this);
this.H = new this.H(this);
this.S = new this.S(this);
return this;

@@ -1183,2 +1183,6 @@ }

Cupofhtml.prototype.H = MAIN.Tags;
Cupofhtml.prototype.S = MAIN.Specials;
return Cupofhtml;

@@ -1185,0 +1189,0 @@

{
"name": "intertext",
"version": "4.0.1",
"version": "4.1.0",
"description": "Services for Recurrent Text-related Tasks",

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

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc