Research
Security News
Malicious npm Packages Inject SSH Backdoors via Typosquatted Libraries
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
lingon-livereload
Advanced tools
This is a livereload plugin for lingon. Based on node-livereload.
Install with npm
$ npm install lingon-livereload --save-dev
Just include the module from your lingon.js
file and pass the lingon object to it. A basic setup could look like this:
// lingon.js
#!/usr/bin/env node
var lingon = require('lingon'),
livereload = require('lingon-livereload');
livereload(lingon);
lingon.sourcePath = 'source';
lingon.buildPath = 'build';
The <script>
tag that communicates with the livereload server will be automatically injected before the closing </body>
tag in your ìndex.html
file.
A config object can be passed as a second parameter, taking the same options as node-livereload does. Like so:
livereload(lingon, {
exts: ['scss', 'coffee']
});
Gulp for building, linting and testing etc.
(optionally) Use autoversion gem to update semver version number.
$ autoversion patch # 1.0.0 -> 1.0.1
$ autoversion minor # 1.0.0 -> 1.1.0
$ autoversion major # 1.0.0 -> 2.0.0
Licensed under the MIT license.
FAQs
Livereload plugin for Lingon
The npm package lingon-livereload receives a total of 1 weekly downloads. As such, lingon-livereload popularity was classified as not popular.
We found that lingon-livereload demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 2 open source maintainers collaborating on the project.
Did you know?
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.
Research
Security News
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
Security News
MITRE's 2024 CWE Top 25 highlights critical software vulnerabilities like XSS, SQL Injection, and CSRF, reflecting shifts due to a refined ranking methodology.
Security News
In this segment of the Risky Business podcast, Feross Aboukhadijeh and Patrick Gray discuss the challenges of tracking malware discovered in open source softare.