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

assets-manager

Package Overview
Dependencies
Maintainers
1
Versions
31
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

assets-manager - npm Package Compare versions

Comparing version 0.2.8 to 0.2.9

9

dist/Package.js

@@ -85,2 +85,9 @@ 'use strict';

}, {
key: 'hasDirectory',
value: function hasDirectory(directory) {
return _file3.default.isDirectory(_path2.default.join(this.path, directory), {
cwd: _configure2.default.get('cwd', process.cwd())
});
}
}, {
key: 'getDests',

@@ -144,3 +151,3 @@ value: function getDests() {

for (var type in defination) {
if (typeof defination[type] === 'string' && _file3.default.isDirectory(_path2.default.join(packagePath, defination[type]))) {
if (typeof defination[type] === 'string' && this.hasDirectory(defination[type])) {
types[type] = defination[type] + '/**/*';

@@ -147,0 +154,0 @@ } else if ((0, _isPlainObject2.default)(defination[type])) {

2

package.json
{
"name": "assets-manager",
"version": "0.2.8",
"version": "0.2.9",
"description": "Copy packages files based on manifest file",

@@ -5,0 +5,0 @@ "homepage": "https://github.com/amazingSurge/assets-manager",

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