Socket
Socket
Sign inDemoInstall

cmd-shim

Package Overview
Dependencies
0
Maintainers
5
Versions
22
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 6.0.2 to 6.0.3

2

lib/index.js

@@ -59,3 +59,3 @@ // On windows, create a .cmd file.

return writeShim_(from, to, prog, args, vars)
}, er => writeShim_(from, to))
}, () => writeShim_(from, to))

@@ -62,0 +62,0 @@ const writeShim_ = (from, to, prog, args, variables) => {

{
"name": "cmd-shim",
"version": "6.0.2",
"version": "6.0.3",
"description": "Used in npm for command line application support",

@@ -8,3 +8,3 @@ "scripts": {

"snap": "tap",
"lint": "eslint \"**/*.js\"",
"lint": "eslint \"**/*.{js,cjs,ts,mjs,jsx,tsx}\"",
"postlint": "template-oss-check",

@@ -17,3 +17,3 @@ "template-oss-apply": "template-oss-apply --force",

"type": "git",
"url": "https://github.com/npm/cmd-shim.git"
"url": "git+https://github.com/npm/cmd-shim.git"
},

@@ -23,3 +23,3 @@ "license": "ISC",

"@npmcli/eslint-config": "^4.0.0",
"@npmcli/template-oss": "4.19.0",
"@npmcli/template-oss": "4.22.0",
"tap": "^16.0.1"

@@ -47,5 +47,5 @@ },

"//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.",
"version": "4.19.0",
"version": "4.22.0",
"publish": true
}
}

@@ -8,4 +8,4 @@ # cmd-shim

[![Build Status](https://img.shields.io/travis/npm/cmd-shim/master.svg)](https://travis-ci.org/npm/cmd-shim)
[![Dependency Status](https://img.shields.io/david/npm/cmd-shim.svg)](https://david-dm.org/npm/cmd-shim)
[![Build Status](https://img.shields.io/github/actions/workflow/status/npm/cmd-shim/ci.yml?branch=main)](https://github.com/npm/cmd-shim)
[![Dependency Status](https://img.shields.io/librariesio/github/npm/cmd-shim)](https://libraries.io/npm/cmd-shim)
[![npm version](https://img.shields.io/npm/v/cmd-shim.svg)](https://www.npmjs.com/package/cmd-shim)

@@ -12,0 +12,0 @@

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