Security News
RubyGems.org Adds New Maintainer Role
RubyGems.org has added a new "maintainer" role that allows for publishing new versions of gems. This new permission type is aimed at improving security for gem owners and the service overall.
rollup-plugin-source-map-explorer
Advanced tools
Use source-map-explorer to generate a visual representation of your source maps with rollup
This plugin depends on source-map-explorer and rollup
.
To install source-map-explorer
, run:
npm install -g source-map-explorer
npm install --save-dev rollup-plugin-source-map-explorer
# or
yarn add -D rollup-plugin-source-map-explorer
import visualizeSource from 'rollup-plugin-source-map-explorer';
//...
plugins: [
//...
visualizeSource();
]
//...
Reference source-map-explorer docs to learn more about these options.
filename
Type: string
Default: source-stats.html
Name of the generated visualisation file.
format
Type: string
Default: html
Format of the file. Possible types are all those that source-map-explorer
supports:
html
| json
| tsv
gzip
Type: boolean
Default: false
Calculate gzip size.
sort
Type: boolean
Default: false
To sort filenames or not.
noRoot
Type: boolean
Default: false
noBorderChecks
Type: boolean
Default: false
excludeSourceMap
Type: boolean
Default: false
If the invalid mapping column/line checks should be disabled.
FAQs
Use source-map-explorer to generate a visual representation of your source maps with rollup
The npm package rollup-plugin-source-map-explorer receives a total of 9 weekly downloads. As such, rollup-plugin-source-map-explorer popularity was classified as not popular.
We found that rollup-plugin-source-map-explorer demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer 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.
Security News
RubyGems.org has added a new "maintainer" role that allows for publishing new versions of gems. This new permission type is aimed at improving security for gem owners and the service overall.
Security News
Node.js will be enforcing stricter semver-major PR policies a month before major releases to enhance stability and ensure reliable release candidates.
Security News
Research
Socket's threat research team has detected five malicious npm packages targeting Roblox developers, deploying malware to steal credentials and personal data.