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.23 to 1.0.24

8

dist/dist.js

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

function linkEvent(data, handler) {
for (var _len = arguments.length, params = Array(_len > 2 ? _len - 2 : 0), _key2 = 2; _key2 < _len; _key2++) {
params[_key2 - 2] = arguments[_key2];
function linkEvent(handler) {
for (var _len = arguments.length, params = Array(_len > 1 ? _len - 1 : 0), _key2 = 1; _key2 < _len; _key2++) {
params[_key2 - 1] = arguments[_key2];
}

@@ -38,3 +38,3 @@

handler.apply(undefined, [data].concat(toConsumableArray(args.concat(params))));
handler.apply(undefined, toConsumableArray(params.concat(args)));
};

@@ -41,0 +41,0 @@ } else {

{
"name": "mesh-envoy",
"version": "1.0.23",
"version": "1.0.24",
"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