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

yach-jsapi

Package Overview
Dependencies
Maintainers
1
Versions
39
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

yach-jsapi - npm Package Compare versions

Comparing version 1.2.0 to 1.2.1

8

libs/utils.js

@@ -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": {

]
}
}
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