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.24 to 1.0.25

2

dist/dist.js

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

}
} else if (!input.data.attrs || !input.data.attrs[attr]) {
} else if (!input.data.attrs || isNullOrUndef(input.data.attrs[attr])) {
throwError('attribute ' + attr + ' is required in tag ' + input.sel);

@@ -400,0 +400,0 @@ }

{
"name": "mesh-envoy",
"version": "1.0.24",
"version": "1.0.25",
"description": "",

@@ -5,0 +5,0 @@ "main": "dist/dist.js",

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