v8-profiler-next
Advanced tools
Comparing version 1.6.0 to 1.6.1
{ | ||
"name": "v8-profiler-next", | ||
"version": "1.6.0", | ||
"version": "1.6.1", | ||
"description": "node bindings for the v8 profiler", | ||
@@ -12,3 +12,4 @@ "main": "dispatch.js", | ||
"build": "node-gyp rebuild", | ||
"format": "clang-format -i --glob=\"src/**/*[.h|.cc]\"" | ||
"format": "clang-format -i --glob=\"src/**/*[.h|.cc]\"", | ||
"stability": "node scripts/stability.js" | ||
}, | ||
@@ -15,0 +16,0 @@ "repository": { |
@@ -59,3 +59,3 @@ # v8-profiler-next | ||
const path = require('path'); | ||
const v8Profiler = require('./'); | ||
const v8Profiler = require('v8-profiler-next'); | ||
const workerThreads = require('worker_threads'); | ||
@@ -117,3 +117,3 @@ | ||
const path = require('path'); | ||
const v8Profiler = require('./'); | ||
const v8Profiler = require('v8-profiler-next'); | ||
const workerThreads = require('worker_threads'); | ||
@@ -177,3 +177,3 @@ | ||
const path = require('path'); | ||
const v8Profiler = require('./'); | ||
const v8Profiler = require('v8-profiler-next'); | ||
const workerThreads = require('worker_threads'); | ||
@@ -180,0 +180,0 @@ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
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
77776