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.40 to 0.0.41

4

dist/index.js

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

if (key !== "children" && key !== "xmlns") {
if (node.nodeType !== ELEMENT_NODE_TYPE) {
if (node.nodeType === ELEMENT_NODE_TYPE) {
const namespaceURI = node.namespaceURI;

@@ -572,3 +572,3 @@ if (namespaceURI !== MATH_NAMESPACE &&

if (key !== "children" && key !== "xmlns") {
if (node.nodeType !== ELEMENT_NODE_TYPE) {
if (node.nodeType === ELEMENT_NODE_TYPE) {
const namespaceURI = node.namespaceURI;

@@ -575,0 +575,0 @@ if (namespaceURI !== MATH_NAMESPACE &&

{
"name": "forgo",
"version": "0.0.40",
"version": "0.0.41",
"main": "./dist",

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

@@ -1024,3 +1024,3 @@ declare global {

if (key !== "children" && key !== "xmlns") {
if (node.nodeType !== ELEMENT_NODE_TYPE) {
if (node.nodeType === ELEMENT_NODE_TYPE) {
const namespaceURI = (node as Element).namespaceURI;

@@ -1049,3 +1049,3 @@ if (

if (key !== "children" && key !== "xmlns") {
if (node.nodeType !== ELEMENT_NODE_TYPE) {
if (node.nodeType === ELEMENT_NODE_TYPE) {
const namespaceURI = (node as Element).namespaceURI;

@@ -1052,0 +1052,0 @@ if (

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