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

her-preprocessor-fispadaptor

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

her-preprocessor-fispadaptor - npm Package Compare versions

Comparing version 0.0.2 to 0.0.4

13

package.json
{
"name": "her-preprocessor-fispadaptor",
"version": "0.0.2",
"version": "0.0.4",
"description": "her预处理器,用于兼容fisp",

@@ -16,4 +16,11 @@ "main": "index.js",

],
"author": "https://github.com/hao123-dev",
"license": "MIT"
"author": {
"name": "https://github.com/hao123-dev"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/hao123-dev/her-preprocessor-fispadaptor/issues"
},
"readme": "ERROR: No README data found!",
"homepage": "https://github.com/hao123-dev/her-preprocessor-fispadaptor"
}

@@ -14,3 +14,12 @@ var tagFilter = require("../plugins/tagFilter.js");

if (file.subdirname.split('/')[1] === 'widget' || file.extras.isFispWidget) {
var hasFunctionTag = false;
content = tagFilter.filterBlock(content, 'function', smarty_left_delimiter, smarty_right_delimiter,
function(outter, attr, inner, content) {
hasFunctionTag = true;
return outter;
}
);
if (!hasFunctionTag && file.subdirname.split('/')[1] === 'widget' || file.extras.isFispWidget) {
setDelimiter();

@@ -17,0 +26,0 @@ //console.log(content);

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