Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

perf-sym

Package Overview
Dependencies
Maintainers
2
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

perf-sym - npm Package Compare versions

Comparing version 2.0.1 to 2.0.2

7

cmd.js

@@ -12,2 +12,7 @@ #!/usr/bin/env node

if (!args._[0]) {
console.error('Provide PID of the process when the stacks were captured')
process.exit(1)
}
var stream = require('./')(Object.assign(args, {

@@ -17,2 +22,4 @@ pid: args._[0]

console.log(stream)
pump(process.stdin, stream, process.stdout)

2

package.json
{
"name": "perf-sym",
"version": "2.0.1",
"version": "2.0.2",
"description": "Translate symbol names generated by `--basic-perf-prof` into JavaScript names",

@@ -5,0 +5,0 @@ "main": "index.js",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc