promise-connection
Advanced tools
Comparing version 0.0.3 to 0.0.4
@@ -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); |
{ | ||
"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", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
24662
659