Socket
Socket
Sign inDemoInstall

@multivisio/kpm

Package Overview
Dependencies
1
Maintainers
4
Versions
6
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.3.2 to 0.3.3

4

cli.js

@@ -167,4 +167,4 @@ #!/usr/bin/env node

}
if(fs.readFileSync('./.gitignore',"utf8").split("\n").indexOf(value) === -1){
fs.promises.appendFile("./.gitignore", value+ "\n");
if(fs.readFileSync('./.gitignore',"utf8").split("\r\n").indexOf(value) === -1){
fs.promises.appendFile("./.gitignore", value+ "\r\n");
}

@@ -171,0 +171,0 @@ }

{
"name": "@multivisio/kpm",
"version": "0.3.2",
"version": "0.3.3",
"description": "Koala Package Manager",

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

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