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

perf-sym

Package Overview
Dependencies
Maintainers
1
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 1.0.0 to 1.0.1

21

package.json
{
"name": "perf-sym",
"version": "1.0.0",
"description": "",
"version": "1.0.1",
"description": "Translate symbol names generated by `--basic-perf-prof` into JavaScript names",
"main": "index.js",
"bin": "./cmd.js",
"bin": {
"perf-sym": "./cmd.js"
},
"scripts": {

@@ -11,3 +13,2 @@ "test": "echo \"Error: no test specified\" && exit 1"

"author": "David Mark Clements",
"license": "GPL-2.0",
"dependencies": {

@@ -19,3 +20,13 @@ "end-of-stream": "^1.1.0",

"split2": "^2.0.1"
}
},
"devDependencies": {},
"repository": {
"type": "git",
"url": "git+https://github.com/davidmarkclements/perf-sym.git"
},
"bugs": {
"url": "https://github.com/davidmarkclements/perf-sym/issues"
},
"homepage": "https://github.com/davidmarkclements/perf-sym#readme",
"license": "MIT"
}
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