Socket
Socket
Sign inDemoInstall

0x

Package Overview
Dependencies
Maintainers
2
Versions
123
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

0x - npm Package Compare versions

Comparing version 4.5.1 to 4.5.2

3

lib/ticks-to-tree.js

@@ -7,4 +7,5 @@ 'use strict'

const assert = require('assert')
const escape = require('escape-string-regexp')
const preloadDirRx = RegExp(join(__dirname, 'preload'))
const preloadDirRx = RegExp(join(escape(__dirname), 'preload'))
const internalModuleRegExp = /^.?(?:\(anonymous\)|internalBinding|NativeModule[^ ]*) [^/\\][a-zA-Z0-9_/\\-]+\.js:\d+:\d+$/

@@ -11,0 +12,0 @@ const nodeBootstrapRegExp = / internal\/bootstrap.+\.js:\d+:\d+$/

{
"name": "0x",
"version": "4.5.1",
"version": "4.5.2",
"description": "🔥 single-command flamegraph profiling 🔥",

@@ -35,2 +35,3 @@ "main": "index.js",

"env-string": "^1.0.0",
"escape-string-regexp": "^1.0.5",
"execspawn": "^1.0.1",

@@ -37,0 +38,0 @@ "has-unicode": "^2.0.1",

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