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

fs-extra-p

Package Overview
Dependencies
Maintainers
1
Versions
60
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fs-extra-p - npm Package Compare versions

Comparing version 4.5.1 to 4.5.2

2

index.d.ts

@@ -201,3 +201,3 @@ import { Stats, WriteStream } from "fs"

export function pathExists(path: string): boolean
export function pathExists(path: string): Promise<boolean>

@@ -204,0 +204,0 @@ export function access(path: string | Buffer, mode?: number): Promise<void>

{
"name": "fs-extra-p",
"version": "4.5.1",
"version": "4.5.2",
"description": "fs-extra module promisified with bluebird",

@@ -5,0 +5,0 @@ "main": "index.js",

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