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 3.0.4 to 3.0.5

4

lib/resolver.js

@@ -6,3 +6,3 @@ 'use strict';

const url = require('url');
const util = require('util');
const {promisify} = require('util');
const got = require('got');

@@ -14,3 +14,3 @@ const normalize = require('normalize-path');

const readFile = util.promisify(fs.readFile);
const readFile = promisify(fs.readFile);

@@ -17,0 +17,0 @@ function isUrl(resource) {

{
"name": "asset-resolver",
"version": "3.0.4",
"version": "3.0.5",
"description": "Find an asset in a set of locations",

@@ -12,3 +12,5 @@ "license": "MIT",

},
"bin": "cli.js",
"bin": {
"asset-resolver": "cli.js"
},
"engines": {

@@ -32,11 +34,11 @@ "node": ">=10.19.0"

"dependencies": {
"debug": "^4.1.1",
"debug": "^4.3.1",
"globby": "^11.0.1",
"got": "^11.6.0",
"got": "^11.8.1",
"meow": "^7.1.1",
"mime": "^2.4.6",
"mime": "^2.4.7",
"normalize-path": "^3.0.0"
},
"devDependencies": {
"ava": "^3.12.1",
"ava": "^3.14.0",
"finalhandler": "^1.1.2",

@@ -46,3 +48,3 @@ "get-port": "^5.1.1",

"serve-static": "^1.14.1",
"xo": "^0.33.1"
"xo": "^0.36.1"
},

@@ -49,0 +51,0 @@ "xo": {

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