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

@eik/common

Package Overview
Dependencies
Maintainers
4
Versions
50
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 1.4.0 to 1.4.1

7

CHANGELOG.md

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

## [1.4.1](https://github.com/eik-lib/common/compare/v1.4.0...v1.4.1) (2021-01-19)
### Bug Fixes
* Ensure map property for config is always an array ([c0d1860](https://github.com/eik-lib/common/commit/c0d1860fe906fd7902ffcceb76996cfff02861e2))
# [1.4.0](https://github.com/eik-lib/common/compare/v1.3.3...v1.4.0) (2021-01-19)

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

5

lib/classes/eik-config.js

@@ -16,2 +16,3 @@ const { promisify } = require('util');

this.cwd = configRootDir;
this.map = [].concat(configHash['import-map'] || [])
}

@@ -27,6 +28,2 @@

get map() {
return this[_config]['import-map'] || [];
}
get server() {

@@ -33,0 +30,0 @@ const configuredServer = this[_config].server;

2

package.json
{
"name": "@eik/common",
"version": "1.4.0",
"version": "1.4.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