Socket
Socket
Sign inDemoInstall

npm-package-arg

Package Overview
Dependencies
Maintainers
5
Versions
51
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

npm-package-arg - npm Package Compare versions

Comparing version 11.0.1 to 11.0.2

2

lib/npa.js

@@ -13,3 +13,3 @@ 'use strict'

const { homedir } = require('os')
const log = require('proc-log')
const { log } = require('proc-log')

@@ -16,0 +16,0 @@ const isWindows = process.platform === 'win32' || global.FAKE_WINDOWS

{
"name": "npm-package-arg",
"version": "11.0.1",
"version": "11.0.2",
"description": "Parse the things that can be arguments to `npm install`",

@@ -15,3 +15,3 @@ "main": "./lib/npa.js",

"hosted-git-info": "^7.0.0",
"proc-log": "^3.0.0",
"proc-log": "^4.0.0",
"semver": "^7.3.5",

@@ -22,3 +22,3 @@ "validate-npm-package-name": "^5.0.0"

"@npmcli/eslint-config": "^4.0.0",
"@npmcli/template-oss": "4.18.0",
"@npmcli/template-oss": "4.21.3",
"tap": "^16.0.1"

@@ -30,3 +30,3 @@ },

"npmclilint": "npmcli-lint",
"lint": "eslint \"**/*.js\"",
"lint": "eslint \"**/*.{js,cjs,ts,mjs,jsx,tsx}\"",
"lintfix": "npm run lint -- --fix",

@@ -60,12 +60,5 @@ "posttest": "npm run lint",

"//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.",
"version": "4.18.0",
"publish": true,
"ciVersions": [
"16.14.0",
"16.x",
"18.0.0",
"18.x"
],
"npmSpec": "next-9"
"version": "4.21.3",
"publish": true
}
}
# npm-package-arg
[![Build Status](https://travis-ci.org/npm/npm-package-arg.svg?branch=master)](https://travis-ci.org/npm/npm-package-arg)
[![Build Status](https://img.shields.io/github/actions/workflow/status/npm/npm-package-arg/ci.yml?branch=main)](https://github.com/npm/npm-package-arg)

@@ -5,0 +5,0 @@ Parses package name and specifier passed to commands like `npm install` or

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