Socket
Socket
Sign inDemoInstall

omelette

Package Overview
Dependencies
0
Maintainers
1
Versions
21
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.4.16 to 0.4.17

2

package.json

@@ -16,3 +16,3 @@ {

"author": "Fatih Kadir Akın <fka@fatihak.in>",
"version": "0.4.16",
"version": "0.4.17",
"licenses": [

@@ -19,0 +19,0 @@ {

@@ -53,2 +53,3 @@ // Generated by CoffeeScript 2.3.2

({HOME: this.HOME, SHELL: this.SHELL} = process.env);
({platform: this.platform} = process);
this.mainProgram = function() {};

@@ -213,3 +214,3 @@ }

case 'bash':
return fileAtHome('.bash_profile');
return fileAtHome((this.platform === 'darwin' ? '.bash_profile' : '.bashrc'));
case 'zsh':

@@ -216,0 +217,0 @@ return fileAtHome('.zshrc');

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