Gathering detailed insights and metrics for rollup-plugin-sketch-livereload
Gathering detailed insights and metrics for rollup-plugin-sketch-livereload
Gathering detailed insights and metrics for rollup-plugin-sketch-livereload
Gathering detailed insights and metrics for rollup-plugin-sketch-livereload
npm install rollup-plugin-sketch-livereload
Typescript
Module System
Node Version
NPM Version
JavaScript (100%)
Total Downloads
0
Last Day
0
Last Week
0
Last Month
0
Last Year
0
2 Stars
4 Commits
1 Watchers
1 Branches
1 Contributors
Updated on May 02, 2017
Latest Version
1.0.1
Package Id
rollup-plugin-sketch-livereload@1.0.1
Size
24.05 kB
NPM Version
4.1.2
Node Version
7.2.1
Cumulative downloads
Total Downloads
Last Day
0%
NaN
Compared to previous day
Last Week
0%
NaN
Compared to previous week
Last Month
0%
NaN
Compared to previous month
Last Year
0%
NaN
Compared to previous year
Rollup plugin for rerunning a Sketch plugin after it changes.
Using npm:
1npm install rollup-plugin-sketch-livereload --save-dev
Using yarn:
1yarn add rollup-plugin-sketch-livereload -D
1const livereload = require('rollup-plugin-sketch-livereload') 2const { main } = require('./package.json'); 3 4module.exports = { 5 plugins: [ 6 livereload({ 7 enabled: process.env.RENDER === 'true', 8 bundle: main, 9 }), 10 ] 11}
Whether to render.
Boolean, defaults to true
.
Location of the .sketchplugin
file. If you're using skpm
, you can use main
from package.json
.
String
Identifier to the command in the Sketch plugin's manifest.json
.
String, defaults to main
.
No vulnerabilities found.
Reason
no binaries found in the repo
Reason
no SAST tool detected
Details
Reason
Found 0/4 approved changesets -- score normalized to 0
Reason
0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
security policy file not detected
Details
Reason
project is not fuzzed
Details
Reason
license file not detected
Details
Reason
branch protection not enabled on development/release branches
Details
Reason
34 existing vulnerabilities detected
Details
Score
Last Scanned on 2025-07-07
The Open Source Security Foundation is a cross-industry collaboration to improve the security of open source software (OSS). The Scorecard provides security health metrics for open source projects.
Learn More