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.3 to 0.2.4

24

dist/Manifest.js

@@ -237,5 +237,9 @@ 'use strict';

return new Promise(function (resolve, reject) {
if (options.verbose) {
log(_chalk2.default.blue('Copy Package ') + name + ':');
}
if (!_this2.hasPackage(name)) {
if (options.ignoreError) {
log(_chalk2.default.red('Package ' + name + ' is not exists.'));
log(_chalk2.default.red('Error: Package ' + name + ' is not exists.'));
return resolve();

@@ -250,3 +254,3 @@ }

if (options.ignoreError) {
log(_chalk2.default.red('Package ' + pkg.options.registry + ':' + name + ' is not installed.') + (' Please ' + pkg.getInstallCmd() + '.'));
log(_chalk2.default.red('Error: Package ' + pkg.options.registry + ':' + name + ' is not installed.') + (' Please ' + pkg.getInstallCmd() + '.'));
return resolve();

@@ -257,6 +261,2 @@ }

if (options.verbose) {
log(_chalk2.default.blue('Copying Package ') + name + ':');
}
var files = void 0;

@@ -306,5 +306,9 @@ try {

return new Promise(function (resolve, reject) {
if (options.verbose) {
log(_chalk2.default.magenta('Clean Package ') + name + ':');
}
if (!_this3.hasPackage(name)) {
if (options.ignoreError) {
log(_chalk2.default.red('Package ' + name + ' is not exists.'));
log(_chalk2.default.red('Error: Package ' + name + ' is not exists.'));
return resolve();

@@ -319,3 +323,3 @@ }

if (options.ignoreError) {
log(_chalk2.default.red('Package ' + pkg.options.registry + ':' + name + ' is not installed.') + (' Please ' + pkg.getInstallCmd() + '.'));
log(_chalk2.default.red('Error: Package ' + pkg.options.registry + ':' + name + ' is not installed.') + (' Please ' + pkg.getInstallCmd() + '.'));
return resolve();

@@ -326,6 +330,2 @@ }

if (options.verbose) {
log(_chalk2.default.magenta('Clean Package ') + name + ":");
}
var files = void 0;

@@ -332,0 +332,0 @@ try {

{
"name": "assets-manager",
"version": "0.2.3",
"version": "0.2.4",
"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