Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@zkochan/cmd-shim

Package Overview
Dependencies
Maintainers
1
Versions
30
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@zkochan/cmd-shim - npm Package Compare versions

Comparing version 5.2.0 to 5.2.1

3

index.js

@@ -6,2 +6,3 @@ 'use strict';

const isWindows = require("is-windows");
const CMD_EXTENSION = require("cmd-extension");
const shebangExpr = /^#!\s*(?:\/usr\/bin\/env)?\s*([^ \t]+)(.*)$/;

@@ -116,3 +117,3 @@ const DEFAULT_OPTIONS = {

if (opts_.createCmdFile) {
generatorAndExts.push({ generator: generateCmdShim, extension: '.cmd' });
generatorAndExts.push({ generator: generateCmdShim, extension: CMD_EXTENSION });
}

@@ -119,0 +120,0 @@ if (opts_.createPwshFile) {

{
"name": "@zkochan/cmd-shim",
"version": "5.2.0",
"version": "5.2.1",
"description": "Used in pnpm for command line application support",

@@ -22,2 +22,3 @@ "author": {

"dependencies": {
"cmd-extension": "^1.0.1",
"is-windows": "^1.0.2"

@@ -24,0 +25,0 @@ },

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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