v8-profiler-next
Advanced tools
Comparing version 0.0.0 to 0.1.0
{ | ||
"name": "v8-profiler-next", | ||
"version": "0.0.0", | ||
"description": "nodejs analysis tool", | ||
"main": "index.js", | ||
"version": "0.1.0", | ||
"description": "node bindings for the v8 profiler", | ||
"main": "dispatch.js", | ||
"scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/hyj1991/v8-profiler-next.git" | ||
}, | ||
"keywords": [ | ||
"nodejs", | ||
"v8" | ||
"node", | ||
"v8-profiler" | ||
], | ||
"author": "github.com/hyj1991", | ||
"license": "MIT" | ||
"author": "https://github.com/hyj1991", | ||
"license": "MIT", | ||
"bugs": { | ||
"url": "https://github.com/hyj1991/v8-profiler-next/issues" | ||
}, | ||
"homepage": "https://github.com/hyj1991/v8-profiler-next#readme", | ||
"files": [ | ||
"src", | ||
"dispatch.js", | ||
"binding.gyp" | ||
], | ||
"dependencies": { | ||
"nan": "^2.8.0" | ||
} | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Native code
Supply chain riskContains native code (e.g., compiled binaries or shared libraries). Including native code can obscure malicious behavior.
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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Empty package
Supply chain riskPackage does not contain any code. It may be removed, is name squatting, or the result of a faulty package publish.
Found 1 instance in 1 package
No bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
Found 1 instance in 1 package
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
40518
20
193
0
2
0
1
2
+ Addednan@^2.8.0
+ Addednan@2.22.0(transitive)