Socket
Socket
Sign inDemoInstall

@npmcli/node-gyp

Package Overview
Dependencies
0
Maintainers
5
Versions
6
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.1 to 1.0.2

README.md

3

lib/index.js
const util = require('util')
const {stat} = require('fs').promises
const fs = require('fs')
const {stat} = fs.promises || { stat: util.promisify(fs.stat) };

@@ -4,0 +5,0 @@ async function isNodeGypPackage(path) {

{
"name": "@npmcli/node-gyp",
"version": "1.0.1",
"version": "1.0.2",
"description": "Tools for dealing with node-gyp packages",

@@ -27,2 +27,3 @@ "scripts": {

"devDependencies": {
"require-inject": "^1.4.4",
"tap": "^14.10.6",

@@ -29,0 +30,0 @@ "tmp": "^0.2.1"

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc