New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@freearhey/core

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@freearhey/core - npm Package Compare versions

Comparing version

to
0.3.1

2

package.json
{
"name": "@freearhey/core",
"version": "0.3.0",
"version": "0.3.1",
"description": "Toolset for Node.js",

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

@@ -10,3 +10,3 @@ import { File } from './'

constructor(rootDir?: string) {
this._rootDir = path.resolve(path.normalize(rootDir || process.cwd()))
this._rootDir = rootDir ? path.resolve(rootDir) : process.cwd()
}

@@ -13,0 +13,0 @@