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

meteor-hot-loader

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

meteor-hot-loader

Hot push code into your meteor app

  • 1.0.1
  • latest
  • npm
  • Socket score

Version published
Weekly downloads
2
decreased by-50%
Maintainers
1
Weekly downloads
 
Created
Source
  • meteor-hot-loader Npm module to hot-pushing code into your meteor app. ** Why? Meteor rebuilds (refreshes client) the app everytime a change is made. This module along with a companion meteor package channikhabra:hot-loader allow you to hot-push the code into your meteor app without refreshing the page. ** Install #+BEGIN_SRC bash [sudo] npm install -g meteor-hot-loader #+END_SRC You'll also need to install channikhabra:hot-loader package in your meteor app #+BEGIN_SRC bash cd /my/meteor/app meteor add channikhabra:hot-loader #+END_SRC ** Use #+BEGIN_SRC bash cd /my/meteor/app meteor-hot-loader #+END_SRC This will hot-push code into your meteor app whenever you change a file in your meteor app. That includes client side code and code that runs on both client and server. ** But why a separate module? [[https://github.com/channikhabra/channikhabra-hot-loader#why-separate-npm-module%5D][That]] is why. ** I want a meteor-only solution for this 😤 Well, I did implement a meteor-only way, but it isn't fast enough to be useable for the reasons mentioned above. You can give it a shot though: [[https://github.com/channikhabra/channikhabra-hot-loader-legacy][channikhabra:hot-loader-legacy]]

FAQs

Package last updated on 17 May 2015

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

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