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 1.1.7 to 1.1.8

4

bluebird.d.ts

@@ -16,5 +16,5 @@ declare module "bluebird" {

static map<T>(items: Iterable<T | PromiseLike<T>>, mapper: (item: T) => BluebirdPromise<any>, opts?: MapOptions): BluebirdPromise<Array<any>>
static map<T>(items: Iterable<T | PromiseLike<T>>, mapper: (item: T) => PromiseLike<any>, opts?: MapOptions): BluebirdPromise<Array<any>>
static map<T>(items: Iterable<T | PromiseLike<T>>, mapper: (item: T, index: number) => BluebirdPromise<any>, opts?: MapOptions): BluebirdPromise<Array<any>>
static map<T>(items: Iterable<T | PromiseLike<T>>, mapper: (item: T, index: number) => PromiseLike<any>, opts?: MapOptions): BluebirdPromise<Array<any>>

@@ -21,0 +21,0 @@ static mapSeries<T>(items: Iterable<T>, mapper: (item: T) => BluebirdPromise<any>): BluebirdPromise<any>

{
"name": "fs-extra-p",
"version": "1.1.7",
"version": "1.1.8",
"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