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

@orion-js/echoes

Package Overview
Dependencies
Maintainers
2
Versions
123
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@orion-js/echoes - npm Package Compare versions

Comparing version 2.2.2 to 2.2.3

4

lib/echo/index.js

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

};
await options.resolve(data.params, context);
await options.resolve(data.params || {}, context);
},

@@ -33,3 +33,3 @@ onRequest: async serializedParams => {

const params = (0, _deserialize.default)(serializedParams);
const result = await options.resolve(params, context);
const result = await options.resolve(params || {}, context);
return result;

@@ -36,0 +36,0 @@ }

{
"name": "@orion-js/echoes",
"version": "2.2.2",
"version": "2.2.3",
"main": "lib/index.js",

@@ -31,3 +31,3 @@ "author": "nicolaslopezj",

},
"gitHead": "c9b52f3479dfebfecc5d33621fb066ea137b785b"
"gitHead": "dd1e83e1ce086bc98b036e30624968145f73bf14"
}
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