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.5.3 to 0.5.4

2

package.json

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

},
"version": "0.5.3",
"version": "0.5.4",
"bin": {

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

@@ -57,3 +57,3 @@ (function() {

lib: "{libjs}/{0}/lib/{1}.js",
framework: "{libjs}/ruqq/lib/{0}.js",
ruqq: "{libjs}/ruqq/lib/{0}.js",
compo: "{libjs}/compos/{0}/lib/{1}.js"

@@ -60,0 +60,0 @@ }

@@ -37,3 +37,5 @@ void

var folder = referenceDir.toLocalDir();
if (fs.existsSync(folder) == false) fs.mkdirSync(folder);
if (fs.existsSync(folder) == false) {
fs.mkdirSync(folder);
}

@@ -40,0 +42,0 @@ var target = referenceDir.combine(key + '/').toLocalDir();

@@ -222,3 +222,3 @@

}
return helper.combinePathes(this.host, this.path, '/');
return helper.combinePathes(this.host, this.path);
},

@@ -228,3 +228,3 @@ toDir: function(){

return this.file ? str.substring(0, str.lastIndexOf('/') + 1) : str;
return this.file ? str.substring(0, str.lastIndexOf('/')) : str;
},

@@ -231,0 +231,0 @@ isRelative: function() {

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