Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@eik/common

Package Overview
Dependencies
Maintainers
0
Versions
47
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@eik/common - npm Package Compare versions

Comparing version 4.0.0 to 4.0.1

7

CHANGELOG.md

@@ -0,1 +1,8 @@

## [4.0.1](https://github.com/eik-lib/common/compare/v4.0.0...v4.0.1) (2024-08-06)
### Bug Fixes
* use correct method name for loading config file from path ([9d01ca4](https://github.com/eik-lib/common/commit/9d01ca46574ee5a9f153835f8778640a9b20625b))
# [4.0.0](https://github.com/eik-lib/common/compare/v3.0.1...v4.0.0) (2024-08-06)

@@ -2,0 +9,0 @@

2

lib/helpers/get-defaults.js

@@ -22,3 +22,3 @@ // @ts-check

// @ts-expect-error
return configStore.loadExact(directoryOrFilepath);
return configStore.loadFromPath(directoryOrFilepath);
}

@@ -25,0 +25,0 @@ } catch (error) {

{
"name": "@eik/common",
"version": "4.0.0",
"version": "4.0.1",
"description": "Common utilities for Eik modules",

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

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