Comparing version 1.0.4 to 1.0.5
@@ -5,4 +5,3 @@ const fs = require('fs'); | ||
const exec = require('child_process').exec; | ||
// this is from the env of npm, not node | ||
const nodePath = process.env.NODE; | ||
const nodePath = process.execPath; | ||
const version = process.versions.v8; | ||
@@ -9,0 +8,0 @@ const tmpfile = path.join(__dirname, version+'.flags.json'); |
{ | ||
"name": "v8flags", | ||
"description": "Get available v8 flags.", | ||
"version": "1.0.4", | ||
"version": "1.0.5", | ||
"homepage": "https://github.com/tkellen/node-v8flags", | ||
@@ -6,0 +6,0 @@ "author": { |
@@ -1,2 +0,2 @@ | ||
# v8flags [![Build Status](https://secure.travis-ci.org/tkellen/node-v8flags.png)](http://travis-ci.org/tkellen/node-v8flags) | ||
# v8flags [![Build Status](https://secure.travis-ci.org/tkellen/node-v8flags.png)](http://travis-ci.org/tkellen/node-v8flags) [![Build status](https://ci.appveyor.com/api/projects/status/5jpe6yawxdllrok4?svg=true)](https://ci.appveyor.com/project/tkellen/node-v8flags) | ||
> Get available v8 flags. | ||
@@ -31,1 +31,2 @@ | ||
* 2014-11-18 - v1.0.4 - wrap node executable path in quotes | ||
* 2014-11-26 - v1.0.5 - get node executable from `process.execPath` |
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
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 1 instance in 1 package
5236
9
32
3
44