Socket
Socket
Sign inDemoInstall

font-face-extract

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

font-face-extract - npm Package Compare versions

Comparing version 0.5.2 to 0.5.3

10

lib/index.js

@@ -82,3 +82,3 @@ class getPagesFontFaceText{

//剔除页面中同一个字体共用的文字
//剔除页面中同一个字体共用的文字,如果字符为空的则整个删除。
for(let i in result.data.result){

@@ -93,4 +93,8 @@ let text = result.data.result[i],

});
result.data.result[i] = string;
if(string !== ''){
result.data.result[i] = string;
}else{
delete result.data.result[i];
};
};

@@ -97,0 +101,0 @@

{
"name": "font-face-extract",
"version": "0.5.2",
"version": "0.5.3",
"description": "html font-face text extraction",

@@ -5,0 +5,0 @@ "main": "main.js",

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