Socket
Socket
Sign inDemoInstall

natural-web

Package Overview
Dependencies
1
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.0.10 to 0.0.11

2

dist/renderer/html/elements/list.js

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

var boundProperty = binding.substr(1, binding.length - 2);
childContent = childContent.replace(binding, "${item" + (boundProperty !== 'item' ? "." + boundProperty : '') + "}`");
childContent = childContent.replace(binding, "${item" + (boundProperty !== 'item' ? "." + boundProperty : '') + '}');
});

@@ -25,0 +25,0 @@ if (element.sourceUrl) {

{
"name": "natural-web",
"version": "0.0.10",
"version": "0.0.11",
"license": "MIT",

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

@@ -23,3 +23,3 @@ import { HtmlListElement } from "../../../types/html/HtmlListElement";

const boundProperty = binding.substr( 1, binding.length - 2 );
childContent = childContent.replace( binding, `\${item` + (boundProperty !== 'item' ? `.${boundProperty}` : '') + `}\`` );
childContent = childContent.replace( binding, `\${item` + (boundProperty !== 'item' ? `.${boundProperty}` : '') + '}' );
} );

@@ -26,0 +26,0 @@

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