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

@chialab/node-resolve

Package Overview
Dependencies
Maintainers
2
Versions
40
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@chialab/node-resolve - npm Package Compare versions

Comparing version 0.12.24 to 0.12.26

2

lib/alias.js
/**
* @typedef {string|((importer: string) => string|false)|false} Alias
* @typedef {string|((importer: string) => string|false|Promise<string|false>)|false} Alias
*/

@@ -4,0 +4,0 @@

{
"name": "@chialab/node-resolve",
"type": "module",
"version": "0.12.24",
"version": "0.12.26",
"description": "A promise based node resolution library based on enhanced-resolve.",

@@ -44,3 +44,3 @@ "main": "lib/index.js",

},
"gitHead": "a79495d2c3c31232d30d29d986af5b5e7211e521"
"gitHead": "e44a09bfc01475ad93df4e8f24ac50508b58d6af"
}
/**
* @typedef {string|((importer: string) => string|false)|false} Alias
* @typedef {string|((importer: string) => string|false|Promise<string|false>)|false} Alias
*/

@@ -57,5 +57,5 @@ /**

}
export type Alias = string | false | ((importer: string) => string | false);
export type Alias = string | false | ((importer: string) => string | false | Promise<string | false>);
export type AliasMap = {
[key: string]: Alias;
};
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