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
2
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 1.0.1 to 1.0.2

2

dist/index.js

@@ -66,3 +66,3 @@ "use strict";

description: `What filename incrementation style to use when destination can't be overwritten.`,
isHidden: (_, { saving }) => !(saving.deleteOriginal && saving.overwriteDestination),
isHidden: (_, { saving }) => saving.deleteOriginal && saving.overwriteDestination,
},

@@ -69,0 +69,0 @@ ],

{
"name": "@drovp/save-as-path",
"version": "1.0.1",
"version": "1.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