@kosko/require
Advanced tools
Comparing version 0.1.10 to 0.1.11
import _resolve from "resolve"; | ||
declare type Resolve = (id: string, opts?: _resolve.AsyncOpts) => Promise<string>; | ||
/** | ||
* Resolves path to the specified module. | ||
* See [resolve](https://www.npmjs.com/package/resolve) for more info. | ||
*/ | ||
export declare const resolve: Resolve; | ||
export {}; |
@@ -6,3 +6,7 @@ "use strict"; | ||
const util_1 = require("util"); | ||
/** | ||
* Resolves path to the specified module. | ||
* See [resolve](https://www.npmjs.com/package/resolve) for more info. | ||
*/ | ||
exports.resolve = util_1.promisify(resolve_1.default); | ||
//# sourceMappingURL=resolve.js.map |
{ | ||
"name": "@kosko/require", | ||
"version": "0.1.10", | ||
"version": "0.1.11", | ||
"description": "Import and resolve modules.", | ||
@@ -26,3 +26,4 @@ "homepage": "https://github.com/tommy351/kosko", | ||
"dependencies": { | ||
"resolve": "^1.17.0" | ||
"resolve": "^1.17.0", | ||
"tslib": "^1.11.1" | ||
}, | ||
@@ -32,3 +33,3 @@ "devDependencies": { | ||
}, | ||
"gitHead": "c790ae31e7d8e9d2dbaf9772da7c3870f080d204" | ||
"gitHead": "e29d61ba240c97aa7875b61b267108dbd651d940" | ||
} |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No README
QualityPackage does not have a README. This may indicate a failed publish or a low quality package.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
42
3899
2
11
2
0
+ Addedtslib@^1.11.1
+ Addedtslib@1.14.1(transitive)