Socket
Socket
Sign inDemoInstall

asset-resolver

Package Overview
Dependencies
Maintainers
1
Versions
37
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

asset-resolver - npm Package Compare versions

Comparing version 2.0.6 to 2.0.7

4

index.js
'use strict';
const os = require('os');
const debug = require('debug')('asset-resolver');

@@ -41,2 +40,3 @@ const resolver = require('./lib/resolver');

});
return any(promises).catch(error => {

@@ -47,4 +47,4 @@ const msg = [`The file "${file}" could not be resolved because of:`].concat(

debug(msg);
return Promise.reject(new Error(msg.join(os.EOL)));
return Promise.reject(new Error(msg.join('\n')));
});
};
{
"name": "asset-resolver",
"version": "2.0.6",
"version": "2.0.7",
"description": "Find an asset in a set of locations",

@@ -5,0 +5,0 @@ "license": "MIT",

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