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

@eik/common

Package Overview
Dependencies
Maintainers
4
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 2.0.2 to 2.0.3

7

CHANGELOG.md

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

## [2.0.3](https://github.com/eik-lib/common/compare/v2.0.2...v2.0.3) (2021-02-11)
### Bug Fixes
* handle file keys starting with . correctly ([01c0dd8](https://github.com/eik-lib/common/commit/01c0dd8f9f4485ef35489629526c5871e35a83e8))
## [2.0.2](https://github.com/eik-lib/common/compare/v2.0.1...v2.0.2) (2021-02-10)

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

5

lib/classes/eik-config.js

@@ -74,4 +74,7 @@ const { promisify } = require('util');

}
const basename = path.basename(pathname);
const url = new URL(pathname, 'http://origin');
const basename = path.basename(url.pathname);
const isNamedDest = basename.includes('.');
if (isNamedDest) {

@@ -78,0 +81,0 @@ if (filePaths.length > 1)

2

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