New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

ollyutils

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ollyutils - npm Package Compare versions

Comparing version
0.1.2
to
0.1.3
+1
-1
package.json
{
"name": "ollyutils",
"version": "0.1.2",
"version": "0.1.3",
"description": "A simple package for logging and managing basic environment variables",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -31,6 +31,3 @@ var dateFormat = require('dateformat');

if(currentfile !== callerfile) {
console.log(currentfile)
var fileSplit = currentfile.split(/[\\\/]/)
console.log(fileSplit)
var file = fileSplit[fileSplit.length- 1]

@@ -37,0 +34,0 @@ return file;