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.
@distributed-systems/callsite
Advanced tools
Get structured callsite information
If you just need structured stack-frames, please use the Stack-Trace library
ESM:
import Callsite from 'es-modules/distributed-systems/callsite/2.0.0+/index.mjs';
NPM:
import Callsite from '@distributed-systems/callsite';
Stack Frame format returned from the library
[{
name: 'new Cls',
source: 'stack-trace/test/200.000-stack-parser.mjs',
line: 52,
column: 27
}]
Get Callsite Info
const cs = new Callsite();
// get callsite info
const callsite info = cs.getStack();
Get Callsite Info, more frames
const cs = new Callsite();
// get callsite info
const callsite info = cs.getStack({
limit: 100,
});
Get Callsite Info, from a custom error
const cs = new Callsite();
const err = new Error('my custom error');
// get callsite info
const callsite info = cs.getStack({
limit: 100,
err,
});
FAQs
get structured callsite information
The npm package @distributed-systems/callsite receives a total of 543 weekly downloads. As such, @distributed-systems/callsite popularity was classified as not popular.
We found that @distributed-systems/callsite 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.