Socket
Socket
Sign inDemoInstall

v8flags

Package Overview
Dependencies
Maintainers
3
Versions
36
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

v8flags - npm Package Compare versions

Comparing version 2.0.11 to 2.0.12

2

index.js

@@ -45,3 +45,3 @@ // this entire module is depressing. i should have spent my time learning

// throw, we're done!
content = require(configpath);
var content = require(configpath);
process.nextTick(function () {

@@ -48,0 +48,0 @@ cb(null, content);

{
"name": "v8flags",
"description": "Get available v8 flags.",
"version": "2.0.11",
"version": "2.0.12",
"homepage": "https://github.com/tkellen/node-v8flags",

@@ -6,0 +6,0 @@ "author": {

@@ -26,2 +26,3 @@ # v8flags [![Build Status](https://secure.travis-ci.org/js-cli/js-v8flags.png)](http://travis-ci.org/js-cli/js-v8flags) [![Build status](https://ci.appveyor.com/api/projects/status/9psgmwayx9kpol1a?svg=true)](https://ci.appveyor.com/project/js-cli/js-v8flags)

* 2017-03-31 - v2.0.12 - don't pollute global namespace
* 2015-12-07 - v2.0.11 - cache to temp directory if home is present but unwritable

@@ -28,0 +29,0 @@ * 2015-07-28 - v2.0.10 - don't throw for electron runtime, just call back with empty array

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