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.7 to 0.2.8

24

dist/Manifest.js

@@ -527,6 +527,26 @@ 'use strict';

}
if (typeof config === 'string') {
return {
defination: config,
options: {}
};
}
if (Array.isArray(config)) {
if (typeof config[0] !== 'string') {
return {
defination: config[0],
options: config[1] || {}
};
}
if (config[1] && (0, _isPlainObject2.default)(config[1])) {
return {
defination: config[0],
options: config[1]
};
}
return {
defination: config[0],
options: config[1] || {}
defination: config,
options: {}
};

@@ -533,0 +553,0 @@ }

2

package.json
{
"name": "assets-manager",
"version": "0.2.7",
"version": "0.2.8",
"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