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

@hylid/env

Package Overview
Dependencies
Maintainers
0
Versions
120
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@hylid/env - npm Package Compare versions

Comparing version 4.0.22 to 4.0.23

5

lib/checker/mpWeb.js

@@ -18,2 +18,7 @@ import { CLIENT, HAVE_GRIVER, HAVE_MINIPROGRAM, NO_GRIVER } from "../constants";

match: [HAVE_MINIPROGRAM, HAVE_GRIVER, /TrueMoney/]
},
// 澳门 MPay 也会命中 alipay 的 UA,需要放在 alipay 前面
{
name: CLIENT.MPAY,
match: [HAVE_MINIPROGRAM, NO_GRIVER, /mpay|macaupay/i]
}, {

@@ -20,0 +25,0 @@ name: CLIENT.ALIPAY,

2

lib/version.js

@@ -1,1 +0,1 @@

export default '4.0.22-alpha.1';
export default '4.0.23';
{
"name": "@hylid/env",
"version": "4.0.22",
"version": "4.0.23",
"main": "lib/index.js",

@@ -5,0 +5,0 @@ "files": [

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