Socket
Socket
Sign inDemoInstall

@orion-js/echoes

Package Overview
Dependencies
9
Maintainers
3
Versions
114
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.5.3 to 2.6.1

3

lib/echo/index.js

@@ -20,5 +20,2 @@ "use strict";

} = messageData;
const key = message.key.toString();
if (key !== 'pink_floyd') return; // not made by this library
const data = (0, _deserialize.default)(message.value.toString());

@@ -25,0 +22,0 @@ const context = { ...messageData,

1

lib/publish/index.js

@@ -33,2 +33,3 @@ "use strict";

key: 'pink_floyd',
// TODO: Remove this in the next release. Kept only to prevent downtime.
value: (0, _serialize.default)(payload)

@@ -35,0 +36,0 @@ }]

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

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

"dependencies": {
"@orion-js/helpers": "^2.5.1",
"@orion-js/helpers": "^2.6.1",
"axios": "^0.23.0",

@@ -32,3 +32,3 @@ "jssha": "^3.2.0",

},
"gitHead": "2d2feff37a7ba7818d1ab44dbc74763638931175"
"gitHead": "886008c4d4d52d649a841d191873d52b080f5ee1"
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc