@parcel/utils
Advanced tools
Comparing version 2.0.0-nightly.293 to 2.0.0-nightly.295
@@ -12,2 +12,3 @@ "use strict"; | ||
getRootDir: true, | ||
isDirectoryInside: true, | ||
isURL: true, | ||
@@ -59,2 +60,8 @@ objectHash: true, | ||
}); | ||
Object.defineProperty(exports, "isDirectoryInside", { | ||
enumerable: true, | ||
get: function () { | ||
return _isDirectoryInside.default; | ||
} | ||
}); | ||
Object.defineProperty(exports, "isURL", { | ||
@@ -161,2 +168,4 @@ enumerable: true, | ||
var _isDirectoryInside = _interopRequireDefault(require("./isDirectoryInside")); | ||
var _isUrl = _interopRequireDefault(require("./is-url")); | ||
@@ -163,0 +172,0 @@ |
{ | ||
"name": "@parcel/utils", | ||
"version": "2.0.0-nightly.293+b3373c08", | ||
"version": "2.0.0-nightly.295+3f9c496b", | ||
"description": "Blazing fast, zero configuration web application bundler", | ||
@@ -20,6 +20,6 @@ "license": "MIT", | ||
"@iarna/toml": "^2.2.0", | ||
"@parcel/codeframe": "2.0.0-nightly.293+b3373c08", | ||
"@parcel/diagnostic": "2.0.0-nightly.293+b3373c08", | ||
"@parcel/logger": "2.0.0-nightly.293+b3373c08", | ||
"@parcel/markdown-ansi": "2.0.0-nightly.293+b3373c08", | ||
"@parcel/codeframe": "2.0.0-nightly.295+3f9c496b", | ||
"@parcel/diagnostic": "2.0.0-nightly.295+3f9c496b", | ||
"@parcel/logger": "2.0.0-nightly.295+3f9c496b", | ||
"@parcel/markdown-ansi": "2.0.0-nightly.295+3f9c496b", | ||
"@parcel/source-map": "2.0.0-alpha.4.11", | ||
@@ -46,3 +46,3 @@ "ansi-html": "^0.0.7", | ||
}, | ||
"gitHead": "b3373c08df19b79d07d1e0fd20467a0cf3132252" | ||
"gitHead": "3f9c496b1ee7c72a4c051e903001462ce6eef449" | ||
} |
@@ -11,2 +11,3 @@ // @flow strict-local | ||
export {default as getRootDir} from './getRootDir'; | ||
export {default as isDirectoryInside} from './isDirectoryInside'; | ||
export {default as isURL} from './is-url'; | ||
@@ -13,0 +14,0 @@ export {default as objectHash} from './objectHash'; |
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
145795
99
4642