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

forgo

Package Overview
Dependencies
Maintainers
1
Versions
140
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

forgo - npm Package Compare versions

Comparing version 0.0.30 to 0.0.31

6

dist/index.js

@@ -288,6 +288,4 @@ "use strict";

if (findResult.found) {
for (let i = forgoChildIndex; i < findResult.index; i++) {
const nodesToRemove = Array.from(childNodes).slice(forgoChildIndex, findResult.index);
unloadNodes(nodesToRemove);
}
const nodesToRemove = Array.from(childNodes).slice(forgoChildIndex, findResult.index);
unloadNodes(nodesToRemove);
internalRender(forgoChild, childNodes[forgoChildIndex], [], fullRerender);

@@ -294,0 +292,0 @@ }

{
"name": "forgo",
"version": "0.0.30",
"version": "0.0.31",
"main": "./dist",

@@ -5,0 +5,0 @@ "author": "Jeswin Kumar<jeswinpk@agilehead.com>",

@@ -601,9 +601,7 @@ declare global {

if (findResult.found) {
for (let i = forgoChildIndex; i < findResult.index; i++) {
const nodesToRemove = Array.from(childNodes).slice(
forgoChildIndex,
findResult.index
);
unloadNodes(nodesToRemove);
}
const nodesToRemove = Array.from(childNodes).slice(
forgoChildIndex,
findResult.index
);
unloadNodes(nodesToRemove);
internalRender(

@@ -610,0 +608,0 @@ forgoChild,

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