Socket
Socket
Sign inDemoInstall

cspm

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cspm - npm Package Compare versions

Comparing version 0.0.32 to 0.0.33

11

install.js

@@ -127,2 +127,3 @@ function getPackageCoordinates(string) {

fs.removeSync("./download." + packageName);
let isWin = /^win/.test(process.platform);

@@ -139,3 +140,11 @@ function symlink(filePath) {

fs.symlinkSync(source, destination);
if (isWin === true) {
fs.linkSync(source, destination);
}
else {
fs.symlinkSync(source, destination);
}
}

@@ -142,0 +151,0 @@

2

package.json
{
"name": "cspm",
"version": "0.0.32",
"version": "0.0.33",
"description": "Package management and build tool for the Csound language",

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

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