speedscope
Advanced tools
Comparing version 1.21.0 to 1.21.1
@@ -1,3 +0,3 @@ | ||
speedscope@1.21.0 | ||
Sat Nov 16 22:13:27 PST 2024 | ||
d36c3a54424063a8df7bc67a7b824a223d73861b | ||
speedscope@1.21.1 | ||
Wed Jan 15 14:53:40 PST 2025 | ||
dd5065e3ad70232cad2788238e5856b8adfc5d53 |
{ | ||
"name": "speedscope", | ||
"version": "1.21.0", | ||
"version": "1.21.1", | ||
"description": "", | ||
@@ -12,3 +12,3 @@ "repository": "jlfwong/speedscope", | ||
"deploy": "./scripts/deploy.sh", | ||
"prepack": "./scripts/build-release.sh", | ||
"prepack": "./scripts/prepack.sh --outdir \"$(pwd)/dist/release\" --protocol file", | ||
"prettier": "prettier --write 'src/**/*.ts' 'src/**/*.tsx'", | ||
@@ -20,3 +20,3 @@ "lint": "eslint 'src/**/*.ts' 'src/**/*.tsx'", | ||
"test": "./scripts/ci.sh", | ||
"serve": "parcel assets/index.html --open --no-autoinstall" | ||
"serve": "tsx scripts/dev-server.ts" | ||
}, | ||
@@ -43,2 +43,3 @@ "files": [ | ||
"aphrodite": "2.1.0", | ||
"esbuild": "0.24.2", | ||
"eslint": "8.0.0", | ||
@@ -51,3 +52,2 @@ "eslint-plugin-prettier": "5.1.2", | ||
"pako": "1.0.6", | ||
"parcel-bundler": "1.12.4", | ||
"preact": "10.4.1", | ||
@@ -58,2 +58,3 @@ "prettier": "3.1.1", | ||
"ts-jest": "24.3.0", | ||
"tsx": "4.19.2", | ||
"typescript": "5.3.3", | ||
@@ -60,0 +61,0 @@ "typescript-json-schema": "0.42.0", |
@@ -37,2 +37,5 @@ English | [简体中文](./README-zh_CN.md) | ||
- [flamescope](https://github.com/coolreader18/flamescope) | ||
- Java | ||
- [Importing from async‐profiler (Java) | ||
](https://github.com/jlfwong/speedscope/wiki/Importing-from-async%E2%80%90profiler-(Java)) | ||
- Native code | ||
@@ -39,0 +42,0 @@ - [Importing from Instruments.app](https://github.com/jlfwong/speedscope/wiki/Importing-from-Instruments.app) (macOS) |
Sorry, the diff of this file is not supported yet
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
Uses eval
Supply chain riskPackage uses dynamic code execution (e.g., eval()), which is a dangerous practice. This can prevent the code from running in certain environments and increases the risk that the code may contain exploits or malicious behavior.
Found 2 instances in 1 package
Dynamic require
Supply chain riskDynamic require can indicate the package is performing dangerous or unsafe dynamic code execution.
Found 1 instance in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
Minified code
QualityThis package contains minified code. This may be harmless in some cases where minified code is included in packaged libraries, however packages on npm should not minify code.
Found 1 instance in 1 package
1
132
2
3
913076
26
2675