Socket
Socket
Sign inDemoInstall

livereload-core

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

livereload-core - npm Package Compare versions

Comparing version 0.3.2 to 0.3.3

5

lib/session.js

@@ -98,3 +98,6 @@ // Generated by IcedCoffeeScript 1.3.3f

Session.prototype.addProject = function(vfs, path) {
return this._addProject(new Project(this, vfs, path));
var project;
project = new Project(this, vfs, path);
this._addProject(project);
return project.setMemento({});
};

@@ -101,0 +104,0 @@

2

package.json

@@ -5,3 +5,3 @@ {

"description": "The heart of LiveReload: file monitoring, analysis and tool invocation",
"version": "0.3.2",
"version": "0.3.3",
"homepage": "https://github.com/livereload/core",

@@ -8,0 +8,0 @@ "repository": {

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