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 4.0.0 to 4.0.1

4

index.js

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

'If all else fails, please open an issue here:',
'http://github.com/tkellen/js-v8flags',
'http://github.com/gulpjs/v8flags',
].join('\n');

@@ -95,4 +95,4 @@

if (index >= 0) {
result = result.slice(index);
var regexp = /^\s\s--[\w-]+/gm;
regexp.lastIndex = index;
var matchedFlags = result.match(regexp);

@@ -99,0 +99,0 @@ if (matchedFlags) {

{
"name": "v8flags",
"version": "4.0.0",
"version": "4.0.1",
"description": "Get available v8 and Node.js flags.",

@@ -5,0 +5,0 @@ "author": "Gulp Team <team@gulpjs.com> (https://gulpjs.com/)",

@@ -57,3 +57,3 @@ <p align="center">

[ci-url]: https://github.com/gulpjs/v8flags/actions?query=workflow:dev
[ci-image]: https://img.shields.io/github/workflow/status/gulpjs/v8flags/dev?style=flat-square
[ci-image]: https://img.shields.io/github/actions/workflow/status/gulpjs/v8flags/dev.yml?branch=master&style=flat-square

@@ -60,0 +60,0 @@ [coveralls-url]: https://coveralls.io/r/gulpjs/v8flags

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