Socket
Socket
Sign inDemoInstall

cspm

Package Overview
Dependencies
94
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.0.3 to 0.0.31

13

main.js

@@ -42,5 +42,7 @@ #! /usr/bin/env node

if (isWin === true) {
console.log("Error: link not supported on windows, exiting");
process.exit(-1);
console.log("Error: link not supported on windows, exiting");
process.exit(-1);
}

@@ -63,5 +65,8 @@ if (process.argv.length === 4) {

console.log("Error: run not supported on windows, exiting");
process.exit(-1);
if (isWin === true) {
console.log("Error: link not supported on windows, exiting");
process.exit(-1);
}
let run = require("./run");

@@ -68,0 +73,0 @@ let packageName = process.argv[3];

{
"name": "cspm",
"version": "0.0.3",
"version": "0.0.31",
"description": "Package management and build tool for the Csound language",

@@ -5,0 +5,0 @@ "main": "main.js",

@@ -67,2 +67,4 @@ # CSPM: A package manager for Csound

#### macOS and Linux only
Installed csd packages may be linked to the /usr/local/bin path enabling the calling of csd files in a similar fashion to bash scripts. Arguments may be passed to csd files if the csd file contains defined macros, the script will prompt for the macro values when it have been run, csd packages may be linked using the link command:

@@ -69,0 +71,0 @@

SocketSocket SOC 2 Logo

Product

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc