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

vap-builder

Package Overview
Dependencies
Maintainers
3
Versions
29
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vap-builder - npm Package Compare versions

Comparing version 1.0.5 to 1.0.6

2

package.json
{
"name": "vap-builder",
"version": "1.0.5",
"version": "1.0.6",
"description": "Fast VAP framework buider",

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

@@ -20,3 +20,3 @@ "use strict";

this.outputDir = path.resolve(outputDir);
if (config.site.compress) {
if (_.has(config, 'site') && config.site.compress) {
this.useCompress = true;

@@ -23,0 +23,0 @@ }

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