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

@drovp/save-as-path

Package Overview
Dependencies
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@drovp/save-as-path - npm Package Compare versions

Comparing version 2.0.1 to 2.0.2

2

dist/index.js

@@ -119,3 +119,2 @@ "use strict";

let outputPath = Path.resolve(inputDirname, expandTemplate(inputPath, outputExtension, { ...options, destination: template, extraVariables }));
(_a = options.onOutputPath) === null || _a === void 0 ? void 0 : _a.call(options, outputPath);
const samePath = isSamePath(outputPath, inputPath);

@@ -144,2 +143,3 @@ if (deleteOriginal) {

}
(_a = options.onOutputPath) === null || _a === void 0 ? void 0 : _a.call(options, outputPath);
if (deleteOriginal)

@@ -146,0 +146,0 @@ await fs_1.promises.rm(inputPath, { force: true });

{
"name": "@drovp/save-as-path",
"version": "2.0.1",
"version": "2.0.2",
"description": "Drovp utility to determine path for file results.",

@@ -5,0 +5,0 @@ "homepage": "https://github.com/drovp/save-as-path",

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