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

includejs

Package Overview
Dependencies
Maintainers
1
Versions
160
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

includejs - npm Package Compare versions

Comparing version 0.9.2 to 0.9.21

2

package.json

@@ -9,3 +9,3 @@ {

},
"version": "0.9.2",
"version": "0.9.21",
"bin": {

@@ -12,0 +12,0 @@ "includejs": "includejs",

@@ -1398,3 +1398,9 @@

var delimiter = process.platform === 'win32' ? ';' : ':',
parts = process.env.path.split(delimiter),
PATH = process.env.PATH || process.env.path;
if (!PATH){
console.error('PATH not defined in env', process.env);
}
var parts = PATH.split(delimiter),
globalPath = ruqq.arr.first(parts, function(x){

@@ -1401,0 +1407,0 @@ return /([\\\/]npm[\\\/])|([\\\/]npm$)/gi.test(x);

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