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 0.7.6 to 0.7.7

10

component/nav/Header.jsx

@@ -14,3 +14,7 @@ import React from "react";

} else {
window.history.back();
if (/\bbackToHome\b/.test(location.search)) {
location.href = '/'
} else {
window.history.back();
}
}

@@ -46,5 +50,3 @@ }

leftIcon: '',
leftClick: function () {
window.history.back();
},
leftClick: this.back.bind(this),
}

@@ -51,0 +53,0 @@ }

2

package.json
{
"name": "fengui",
"version": "0.7.6",
"version": "0.7.7",
"description": "",

@@ -5,0 +5,0 @@ "main": "dist/fengjr",

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