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

reload

Package Overview
Dependencies
Maintainers
3
Versions
44
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

reload - npm Package Compare versions

Comparing version

to
3.0.4

14

CHANGELOG.md

@@ -0,1 +1,15 @@

Next version
------------------
3.0.4 / 2019-01-13
------------------
* Migrated CI to GitHub Actions - See: https://github.com/alallier/reload/pull/222
* Moved sample app to a new project - See: https://github.com/alallier/reload/pull/229
* Updated nyc from 14.1.1 to 15.0.0 - See: https://github.com/alallier/reload/pull/224
* Updated sinon from 7.5.0 to 8.0.4 - See: https://github.com/alallier/reload/pull/225
* Updated mocha from 6.2.2 to 7.0.0 - See: https://github.com/alallier/reload/pull/226
* Updated commander from ~3.0.0 to ~4.1.0 - See: https://github.com/alallier/reload/pull/220
* Removed tree-kill dependency - See: https://github.com/alallier/reload/pull/223
3.0.3 / 2019-10-20

@@ -2,0 +16,0 @@ ------------------

13

package.json
{
"name": "reload",
"version": "3.0.3",
"version": "3.0.4",
"files": [

@@ -28,3 +28,3 @@ "bin",

"cli-color": "~2.0.0",
"commander": "~3.0.0",
"commander": "~4.1.0",
"finalhandler": "~1.1.1",

@@ -40,8 +40,7 @@ "minimist": "~1.2.0",

"codecov": "3.6.1",
"sinon": "7.5.0",
"sinon": "8.0.4",
"standard": "14.3.1",
"express": "4.17.1",
"mocha": "6.2.2",
"nyc": "14.1.1",
"tree-kill": "1.2.1"
"mocha": "7.0.0",
"nyc": "15.0.0"
},

@@ -55,3 +54,3 @@ "main": "./index.js",

"coverage": "npm run cover",
"report-coverage": "nyc npm run unitTests && nyc report --reporter=text-lcov > coverage.lcov && ./node_modules/.bin/codecov"
"report-coverage": "./node_modules/.bin/nyc npm run unitTests && nyc report --reporter=text-lcov > coverage.lcov && \"./node_modules/.bin/codecov\""
},

@@ -58,0 +57,0 @@ "bin": {

reload
=======
[![Build Status](https://travis-ci.org/alallier/reload.svg?branch=master)](https://travis-ci.org/alallier/reload)
[![Build status](https://ci.appveyor.com/api/projects/status/4uuui532bpht2ff7/branch/master?svg=true)](https://ci.appveyor.com/project/alallier/reload/branch/master)
[![Build Status](https://github.com/alallier/reload/workflows/CI/badge.svg)](https://github.com/alallier/reload/actions?query=workflow%3ACI)
[![js-standard-style](https://img.shields.io/badge/code%20style-standard-brightgreen.svg)](http://standardjs.com/)

@@ -123,3 +122,3 @@ [![codecov](https://codecov.io/gh/alallier/reload/branch/master/graph/badge.svg)](https://codecov.io/gh/alallier/reload)

**Refer to the [reload express sample app](expressSampleApp) for this working example.**
**Refer to the [reload express sample app](https://github.com/alallier/reload-sample-app) for this working example.**

@@ -126,0 +125,0 @@ ### Manually firing server-side reload events