Comparing version 1.0.4 to 1.0.5
{ | ||
"name": "inframejs", | ||
"version": "1.0.4", | ||
"version": "1.0.5", | ||
"description": "use pure Javascript to connect the iframe pages", | ||
@@ -5,0 +5,0 @@ "main": "dist/inframejs.es.min.js", |
@@ -99,4 +99,4 @@ const Inframe = class { | ||
const {data} = e | ||
this.logger(`received data: ${JSON.stringify(data)}`) | ||
if (this.handlersMap.has(data.event)) { | ||
this.logger(`received data: ${JSON.stringify(data)}`) | ||
const handlers = this.handlersMap.get(data.event) | ||
@@ -103,0 +103,0 @@ handlers.forEach(handler => handler(data)) |
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
12354