🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
DemoInstallSign in
Socket

var

Package Overview
Dependencies
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

var - npm Package Compare versions

Comparing version

to
0.4.0

2

package.json

@@ -12,3 +12,3 @@ {

],
"version": "0.3.2",
"version": "0.4.0",
"author": "Vladimir Sabev (https://github.com/vdsabev)",

@@ -15,0 +15,0 @@ "repository": "git://github.com/vdsabev/var",

@@ -5,2 +5,2 @@ var path = require('path');

exports.get = (fileName) => path.join(process.cwd(), fileName);
exports.get = (fileName) => path.resolve(process.cwd(), fileName);