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

febs

Package Overview
Dependencies
Maintainers
3
Versions
206
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

febs - npm Package Compare versions

Comparing version 0.8.84 to 0.8.85

browser/dist/febs-0.8.85/febs.base.js

18

browser/libs/string.js

@@ -25,2 +25,20 @@ 'use strict';

/**
* @desc: 判断是否是email.
* @return: boolean.
*/
exports.isEmail = string.isEmail;
/**
* @desc: 判断是否是英文数字组合.
* @return: boolean.
*/
exports.isAlphaOrDigit = string.isAlphaOrDigit;
/**
* @desc: 判断是否是中文.
* @return: boolean.
*/
exports.isChinese = string.isChinese;
/**
* @desc: 获得字符串utf8编码后的字节长度.

@@ -27,0 +45,0 @@ * @return: u32.

2

browser/package.json

@@ -81,3 +81,3 @@ {

"name": "febs-browser",
"version": "0.8.83"
"version": "0.8.85"
}

@@ -91,3 +91,3 @@ {

"name": "febs",
"version": "0.8.84"
"version": "0.8.85"
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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