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

alpaca-sm

Package Overview
Dependencies
Maintainers
1
Versions
33
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

alpaca-sm - npm Package Compare versions

Comparing version 2.0.0 to 2.0.1

4

lib/processor.js

@@ -293,4 +293,4 @@ var esprima = require('esprima');

// 如果require 命中配置 exculde 规则,则将发出警告,并将其替换成undefined;
if (!rFile.useCompile) {
alp.log.warning(rFile.realpath + '文件命中exclude配置项的规则,将不会对其进行解析,在' + file.realpath + '中的require(' + requireValue + ')将被替换为undefined');
if (!rFile.useCompile && parentNotExpressionOrSequence) {
alp.log.warning(rFile.realpath + '文件命中exclude配置项的规则,在' + file.realpath + '中的require(' + requireValue + ')将被替换为undefined');
return {

@@ -297,0 +297,0 @@ name: 'undefined',

{
"name": "alpaca-sm",
"version": "2.0.0",
"version": "2.0.1",
"description": "分析Html文件依赖的js文件和css文件",

@@ -5,0 +5,0 @@ "main": "index.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