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 1.1.4 to 1.1.5

4

CHANGELOG.md

@@ -0,1 +1,5 @@

1.1.5 / 2017-05-13
------------------
Fixed standard call so that our bin file also got tested. See https://github.com/jprichardson/reload/pull/85
1.1.4 / 2017-05-13

@@ -2,0 +6,0 @@ ------------------

6

package.json
{
"name": "reload",
"version": "1.1.4",
"version": "1.1.5",
"description": "Node.js module to refresh and reload your code in your browser when your code changes. No browser plugins required.",

@@ -36,4 +36,4 @@ "repository": {

"scripts": {
"standard": "standard",
"test": "npm run standard"
"test": "npm run standard",
"standard": "standard **/*.js bin/**/*"
},

@@ -40,0 +40,0 @@ "bin": {

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