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

post-robot

Package Overview
Dependencies
Maintainers
2
Versions
246
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

post-robot - npm Package Compare versions

Comparing version 9.0.34 to 9.0.35

4

dist/module/drivers/receive/types.js

@@ -36,6 +36,6 @@ var _RECEIVE_MESSAGE_TYPE;

// $FlowFixMe
console.info('send::res', logName, origin, '\n\n', response.data); // eslint-disable-line no-console
console.info('respond::res', logName, origin, '\n\n', response.data); // eslint-disable-line no-console
} else if (ack === MESSAGE_ACK.ERROR) {
// $FlowFixMe
console.error('send::err', logName, origin, '\n\n', response.error); // eslint-disable-line no-console
console.error('respond::err', logName, origin, '\n\n', response.error); // eslint-disable-line no-console
}

@@ -42,0 +42,0 @@ }

{
"name": "post-robot",
"version": "9.0.34",
"version": "9.0.35",
"description": "Simple postMessage based server.",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -34,6 +34,6 @@ /* @flow */

// $FlowFixMe
console.info('send::res', logName, origin, '\n\n', response.data); // eslint-disable-line no-console
console.info('respond::res', logName, origin, '\n\n', response.data); // eslint-disable-line no-console
} else if (ack === MESSAGE_ACK.ERROR) {
// $FlowFixMe
console.error('send::err', logName, origin, '\n\n', response.error); // eslint-disable-line no-console
console.error('respond::err', logName, origin, '\n\n', response.error); // eslint-disable-line no-console
}

@@ -40,0 +40,0 @@ }

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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