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

promise-connection

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

promise-connection - npm Package Compare versions

Comparing version 0.0.3 to 0.0.4

6

lib/connection.js

@@ -101,2 +101,8 @@ var PC = require('../index');

}
if (obj instanceof Connection) {
if (this.options.debug) {
console.error('PromiseConnection: Refusing to transmit Connection object');
}
return null;
}
if (obj && obj.map) {

@@ -103,0 +109,0 @@ return obj.map(this.serialize);

2

package.json
{
"name": "promise-connection",
"version": "0.0.3",
"version": "0.0.4",
"description": "Promise/A+ utilities for abstracting remote window requests on message ports.",

@@ -5,0 +5,0 @@ "main": "index.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