yach-jsapi
Advanced tools
Comparing version 1.2.0 to 1.2.1
@@ -7,6 +7,6 @@ "use strict"; | ||
document.body.appendChild(iframe); | ||
var console = iframe.contentWindow.console; | ||
var log = console.log.bind(console); | ||
var warn = console.warn.bind(console); | ||
var error = console.error.bind(console); | ||
var myconsole = iframe.contentWindow.console; | ||
var log = myconsole.log.bind(myconsole); | ||
var warn = myconsole.warn.bind(myconsole); | ||
var error = myconsole.error.bind(myconsole); | ||
var style = 'color:#fff;font-weight:bold;border-radius:5px;background:#67c23a;'; | ||
@@ -13,0 +13,0 @@ var styleError = style + "background-color:red;"; |
{ | ||
"name": "yach-jsapi", | ||
"version": "1.2.0", | ||
"version": "1.2.1", | ||
"description": "", | ||
@@ -22,6 +22,8 @@ "main": "./libs/index.js", | ||
}, | ||
"authors": [{ | ||
"name": "ostwind", | ||
"email": "9837438@qq.com" | ||
}], | ||
"authors": [ | ||
{ | ||
"name": "ostwind", | ||
"email": "9837438@qq.com" | ||
} | ||
], | ||
"license": "ISC", | ||
@@ -49,2 +51,2 @@ "devDependencies": { | ||
] | ||
} | ||
} |
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
74648