Research
Security News
Quasar RAT Disguised as an npm Package for Detecting Vulnerabilities in Ethereum Smart Contracts
Socket researchers uncover a malicious npm package posing as a tool for detecting vulnerabilities in Etherium smart contracts.
lingon-livereload
Advanced tools
This enables livereload 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);
The <script>
tag that communicates with the livereload server will be automatically injected before the closing </body>
tag in your index.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.
1.1.0
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 researchers uncover a malicious npm package posing as a tool for detecting vulnerabilities in Etherium smart contracts.
Security News
Research
A supply chain attack on Rspack's npm packages injected cryptomining malware, potentially impacting thousands of developers.
Research
Security News
Socket researchers discovered a malware campaign on npm delivering the Skuld infostealer via typosquatted packages, exposing sensitive data.