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

asset-assistant

Package Overview
Dependencies
Maintainers
1
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

asset-assistant - npm Package Compare versions

Comparing version 0.0.6 to 0.0.7

2

package.json
{
"name": "asset-assistant",
"version": "0.0.6",
"version": "0.0.7",
"keywords": [

@@ -5,0 +5,0 @@ "util",

@@ -101,3 +101,3 @@ const fs = require("fs");

this.options = {...AbstractAssets.defaults, ...this.package.assets};
this.options.up = this.options.up + (this.depth);
this.options.up = this.options.up + (this.depth * 2);

@@ -104,0 +104,0 @@ this.debugLog("package.json 'assets' parameter");

@@ -66,2 +66,3 @@ const AbstractAssets = require("./AbstractAssets");

let loadAssets = new LoadAssets(this.getRoot() + `node_modules/${pkg}/`, this.depth + 1);
if (this.isVerbose()) loadAssets.setVerbose();

@@ -68,0 +69,0 @@ if (this.isDebug()) loadAssets.setDebug();

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