New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

mesh-envoy

Package Overview
Dependencies
Maintainers
1
Versions
211
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mesh-envoy - npm Package Compare versions

Comparing version 1.0.14 to 1.0.15

2

dist/dist.js

@@ -1164,3 +1164,3 @@ import { EMPTY_OBJ, NO_OP, isArray, isBrowser, isFunction, isNullOrUndef, isNumber, isUndefined, throwError } from 'mesh-envoy-shared';

// document.createText didn't create it
if (children.length === 1 && isUndefined(children[0].sel)) {
if (!isUndefined(children) && children.length === 1 && isUndefined(children[0].sel)) {
if (isNumber(children[0].text)) {

@@ -1167,0 +1167,0 @@ children[0].text = '' + children[0].text;

{
"name": "mesh-envoy",
"version": "1.0.14",
"version": "1.0.15",
"description": "",

@@ -20,3 +20,3 @@ "main": "dist/dist.js",

"dependencies": {
"mesh-envoy-shared": "^1.0.14",
"mesh-envoy-shared": "^1.0.7",
"min-document": "^2.19.0",

@@ -23,0 +23,0 @@ "snabbdom": "^0.6.6"

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