New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@beisen/common-pop

Package Overview
Dependencies
Maintainers
1
Versions
154
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@beisen/common-pop - npm Package Compare versions

Comparing version 0.2.85 to 0.2.86

2

package.json
{
"name": "@beisen\/common-pop",
"version": "0.2.85",
"version": "0.2.86",
"description": "CommonPop",

@@ -5,0 +5,0 @@ "main": "lib\/index.js",

@@ -326,2 +326,3 @@ /* eslint-disable */

let isIE = !!window.ActiveXObject || "ActiveXObject" in window;
//兼容edge
var userAgent = navigator.userAgent; //取得浏览器的userAgent字符串

@@ -331,2 +332,3 @@ if(userAgent.indexOf("Edge") > -1){//判断edge浏览器

}
//兼容edge
let innerStyle = {};

@@ -333,0 +335,0 @@ if (this.state.popType == "lookup") {

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