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.4 to 2.0.5

10

lib/processor.js

@@ -227,3 +227,3 @@ var esprima = require('esprima');

path = _.path.relative(base, file.subpath);
path = _.path.relative(base, file.subpath).replace(/\\/g, '/');
if (file.isLikeCss) {

@@ -553,3 +553,9 @@

this.processor(file);
try {
this.processor(file);
} catch (e) {
storage[file.subpath] = cacheFile;
throw new Error(e);
}
},

@@ -556,0 +562,0 @@

2

package.json
{
"name": "alpaca-sm",
"version": "2.0.4",
"version": "2.0.5",
"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