Socket
Socket
Sign inDemoInstall

v8flags

Package Overview
Dependencies
Maintainers
2
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.8 to 2.0.9

2

index.js

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

if (err) {
return cb(fall(err), flags);
return cb(fail(err), flags);
}

@@ -83,0 +83,0 @@ return cb(null, flags);

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

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

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

* 2015-06-25 - v2.0.8 - call back with flags even if cache file can't be written
* 2015-06-25 - v2.0.9 - call back with flags even if cache file can't be written
* 2015-06-15 - v2.0.7 - revert to 2.0.5 behavior.

@@ -29,0 +29,0 @@ * 2015-06-15 - v2.0.6 - store cache file in ~/.cache or ~/AppData/Local depending on platform

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