Socket
Socket
Sign inDemoInstall

natural-web

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

natural-web - npm Package Compare versions

Comparing version 0.0.4 to 0.0.5

2

package.json
{
"name": "natural-web",
"version": "0.0.4",
"version": "0.0.5",
"license": "MIT",

@@ -5,0 +5,0 @@ "contributors": [

@@ -45,9 +45,11 @@ import { HtmlListElement } from "../../../types/html/HtmlListElement";

<script>
const handle = document.getElementById('${randomId}');
const data = ${element.sourceFunction}();
data.forEach( item => {
const listItem = document.createElement('li');
listItem.innerHTML = \`${childContent}\`;
handle.appendChild( listItem );
});
(() => {
const handle = document.getElementById('${randomId}');
const data = ${element.sourceFunction}();
data.forEach( item => {
const listItem = document.createElement('li');
listItem.innerHTML = \`${childContent}\`;
handle.appendChild( listItem );
});
})();
</script>

@@ -54,0 +56,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