Comparing version 2.15.305 to 2.15.802
10
index.js
'use strict'; | ||
var v = process.version.match(/(\d+\.)(\d+)\./); | ||
v[2] = parseInt(v[2]); | ||
if (v[2] % 2) { | ||
v[2]++; | ||
if (v[1] === '0.') { | ||
v[2] = parseInt(v[2]); | ||
if (v[2] % 2) { | ||
v[2]++; | ||
} | ||
} else { | ||
v[2] = 'x'; | ||
} | ||
module.exports = require('./' + v[1] + v[2] + '.x' + '/' + process.arch + '/fswin.node'); |
{ | ||
"name": "fswin", | ||
"version": "2.15.305", | ||
"version": "2.15.802", | ||
"description": "nodejs fs extensions for windows", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Native code
Supply chain riskContains native code (e.g., compiled binaries or shared libraries). Including native code can obscure malicious behavior.
Found 1 instance in 1 package
Trivial Package
Supply chain riskPackages less than 10 lines of code are easily copied into your own project and may not warrant the additional supply chain risk of an external dependency.
Found 1 instance in 1 package
Trivial Package
Supply chain riskPackages less than 10 lines of code are easily copied into your own project and may not warrant the additional supply chain risk of an external dependency.
Found 1 instance in 1 package
1740931
13
10
11