New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@parcel/utils

Package Overview
Dependencies
Maintainers
1
Versions
907
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@parcel/utils - npm Package Compare versions

Comparing version 2.0.0-nightly.293 to 2.0.0-nightly.295

lib/isDirectoryInside.js

9

lib/index.js

@@ -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 @@

12

package.json
{
"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';

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