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.0 to 4.5.1

4

index.d.ts

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

export function existsSync(path: string): boolean
export function pathExists(path: string): boolean
export function existsSync(path: string): boolean
export function access(path: string | Buffer, mode?: number): Promise<void>

@@ -207,0 +205,0 @@

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

@@ -12,3 +12,3 @@ "main": "index.js",

"engines": {
"node": ">=4.0.0"
"node": ">=6.0.0"
},

@@ -15,0 +15,0 @@ "files": [

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