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

dom-render

Package Overview
Dependencies
Maintainers
1
Versions
98
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

dom-render - npm Package Compare versions

Comparing version 1.0.26 to 1.0.27

4

dist/dom-render.js

@@ -683,3 +683,3 @@ 'use strict';

var regex = /#it#/g;
element.querySelectorAll("[" + RawSet.DR_IT_OPTIONNAME + "]").forEach(function (it) {
element.querySelectorAll("[" + RawSet.DR_IT_OPTIONNAME + "], [" + RawSet.DR_FOR_OF_NAME + "]").forEach(function (it) {
it.innerHTML = it.innerHTML.replace(regex, random);

@@ -690,3 +690,3 @@ });

RawSet.drItOtherDecoding = function (element, random) {
element.querySelectorAll("[" + RawSet.DR_IT_OPTIONNAME + "]").forEach(function (it) {
element.querySelectorAll("[" + RawSet.DR_IT_OPTIONNAME + "], [" + RawSet.DR_FOR_OF_NAME + "]").forEach(function (it) {
it.innerHTML = it.innerHTML.replace(RegExp(random, 'g'), '#it#');

@@ -693,0 +693,0 @@ });

{
"name": "dom-render",
"version": "1.0.26",
"version": "1.0.27",
"main": "DomRender.js",

@@ -5,0 +5,0 @@ "license": "MIT",

@@ -269,3 +269,3 @@ "use strict";

var regex = /#it#/g;
element.querySelectorAll("[" + RawSet.DR_IT_OPTIONNAME + "]").forEach(function (it) {
element.querySelectorAll("[" + RawSet.DR_IT_OPTIONNAME + "], [" + RawSet.DR_FOR_OF_NAME + "]").forEach(function (it) {
it.innerHTML = it.innerHTML.replace(regex, random);

@@ -276,3 +276,3 @@ });

RawSet.drItOtherDecoding = function (element, random) {
element.querySelectorAll("[" + RawSet.DR_IT_OPTIONNAME + "]").forEach(function (it) {
element.querySelectorAll("[" + RawSet.DR_IT_OPTIONNAME + "], [" + RawSet.DR_FOR_OF_NAME + "]").forEach(function (it) {
it.innerHTML = it.innerHTML.replace(RegExp(random, 'g'), '#it#');

@@ -279,0 +279,0 @@ });

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