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 3.0.3 to 3.1.0

6

index.d.ts

@@ -8,3 +8,3 @@ declare module "fs-extra-p" {

export interface CopyOptions {
clobber?: boolean
overwrite?: boolean
dereference?: boolean

@@ -16,3 +16,3 @@ filter?: RegExp | ((file: string, stat: Stats) => boolean)

export interface MoveOptions {
clobber?: boolean
overwrite?: boolean
limit?: number

@@ -47,3 +47,3 @@ }

export function outputJson(file: string, data: any): Promise<void>
export function outputJson(file: string, data: any, options?: JsonOptions): Promise<void>

@@ -50,0 +50,0 @@ export function outputJsonSync(file: string, data: any): void

{
"name": "fs-extra-p",
"version": "3.0.3",
"version": "3.1.0",
"description": "fs-extra module promisified with bluebird",

@@ -8,4 +8,4 @@ "main": "index.js",

"dependencies": {
"bluebird-lst-c": "^1.0.5",
"fs-extra": "^1.0.0"
"bluebird-lst-c": "^1.0.6",
"fs-extra": "^2.0.0"
},

@@ -12,0 +12,0 @@ "engines": {

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