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

@augment-vir/node-js

Package Overview
Dependencies
Maintainers
1
Versions
196
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@augment-vir/node-js - npm Package Compare versions

Comparing version 12.5.0 to 12.6.0

1

dist/augments/path.d.ts

@@ -11,2 +11,3 @@ /** Convert a given path to a windows path if the current system doesn't use `/`. */

export declare function joinFileNamesWithParentDirPath(parentDirPath: string, childNames: ReadonlyArray<string>): Array<string>;
export declare function getSystemRootPath(): string;
//# sourceMappingURL=path.d.ts.map
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.joinFileNamesWithParentDirPath = exports.interpolationSafeWindowsPath = exports.toPosixPath = exports.replaceWithWindowsPathIfNeeded = void 0;
exports.getSystemRootPath = exports.joinFileNamesWithParentDirPath = exports.interpolationSafeWindowsPath = exports.toPosixPath = exports.replaceWithWindowsPathIfNeeded = void 0;
const path_1 = require("path");

@@ -36,1 +36,5 @@ /** Convert a given path to a windows path if the current system doesn't use `/`. */

exports.joinFileNamesWithParentDirPath = joinFileNamesWithParentDirPath;
function getSystemRootPath() {
return (0, path_1.parse)(process.cwd()).root;
}
exports.getSystemRootPath = getSystemRootPath;

2

package.json
{
"name": "@augment-vir/node-js",
"version": "12.5.0",
"version": "12.6.0",
"homepage": "https://github.com/electrovir/augment-vir/tree/main/packages/node-js",

@@ -5,0 +5,0 @@ "bugs": {

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