New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

fs-extra-promise

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fs-extra-promise - npm Package Compare versions

Comparing version 0.1.1 to 0.1.2

9

changelog.md

@@ -17,1 +17,10 @@ # Changelog

* Travis runs on new container infrastructure
## 0.1.2
* Update fs-extra dependency
* Update bluebird dependency
* Update dev dependencies
* Run jshint on tests
* Test code coverage & Travis sends to coveralls
* README badges use shields.io

19

package.json
{
"name": "fs-extra-promise",
"version": "0.1.1",
"version": "0.1.2",
"description": "Node file system library and fs-extra module promisified with bluebird",

@@ -17,10 +17,12 @@ "main": "./lib/",

"dependencies": {
"fs-extra": "~0.18.2",
"bluebird": "~2.9.24"
"fs-extra": "~0.18.4",
"bluebird": "^2.9.26"
},
"devDependencies": {
"mocha": "2.0.x",
"chai": "1.9.x",
"chai-as-promised": "4.1.x",
"jshint": "2.5.x"
"mocha": "^2.2.4",
"chai": "^2.3.0",
"chai-as-promised": "^5.0.0",
"jshint": "^2.7.0",
"istanbul": "^0.3.14",
"coveralls": "^2.11.2"
},

@@ -36,3 +38,4 @@ "keywords": [

"scripts": {
"test": "make test"
"test": "make test",
"cover": "make cover"
},

@@ -39,0 +42,0 @@ "engines": {

@@ -7,4 +7,7 @@ # fs-extra-promise.js

[![Build Status](https://secure.travis-ci.org/overlookmotel/fs-extra-promise.png?branch=master)](http://travis-ci.org/overlookmotel/fs-extra-promise)
[![Dependency Status](https://david-dm.org/overlookmotel/fs-extra-promise.png)](https://david-dm.org/overlookmotel/fs-extra-promise)
[![NPM version](https://img.shields.io/npm/v/fs-extra-promise.svg)](https://www.npmjs.com/package/fs-extra-promise)
[![Build Status](https://img.shields.io/travis/overlookmotel/fs-extra-promise/master.svg)](http://travis-ci.org/overlookmotel/fs-extra-promise)
[![Dependency Status](https://img.shields.io/david/overlookmotel/fs-extra-promise.svg)](https://david-dm.org/overlookmotel/fs-extra-promise)
[![Dev dependency Status](https://img.shields.io/david/dev/overlookmotel/fs-extra-promise.svg)](https://david-dm.org/overlookmotel/fs-extra-promise)
[![Coverage Status](https://img.shields.io/coveralls/overlookmotel/fs-extra-promise/master.svg)](https://coveralls.io/r/overlookmotel/fs-extra-promise)

@@ -43,3 +46,3 @@ API is stable. No tests at present but it seems to work fine!

Use `npm test` to run the tests.
Use `npm test` to run the tests. Use `npm run cover` to check coverage.

@@ -46,0 +49,0 @@ There aren't any tests at present, except for running jshint on the code.

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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