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

fengui

Package Overview
Dependencies
Maintainers
1
Versions
123
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fengui - npm Package Compare versions

Comparing version 1.1.11 to 1.1.12

2

package.json
{
"name": "fengui",
"version": "1.1.11",
"version": "1.1.12",
"description": "",

@@ -5,0 +5,0 @@ "license": "MIT",

@@ -80,2 +80,6 @@ /* eslint-disable */

export function trackPageView (page, prePage) {
let pageWithOrigin = page
if (pageWithOrigin.indexOf(location.origin) !== 0) {
pageWithOrigin = location.origin + page
}
// http://tongji.baidu.com/open/api/more?p=guide_trackPageview

@@ -85,3 +89,3 @@ window._fja.q.push(['track_pageview', page, prePage])

ga('send', 'pageview')
_pt_sp_2.push(`setPVTag,${page},replace`)
_pt_sp_2.push(`setPVTag,${pageWithOrigin},replace`)
}

@@ -88,0 +92,0 @@

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