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
2
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.0.0-alpha.6 to 1.0.0-alpha.7

2

lib/validators/index.js

@@ -49,3 +49,3 @@ 'use strict';

const type = value => {
if (value === 'pkg' || value === 'map') {
if (value === 'pkg' || value === 'map' || value === 'npm') {
return value;

@@ -52,0 +52,0 @@ }

{
"name": "@eik/common",
"version": "1.0.0-alpha.6",
"version": "1.0.0-alpha.7",
"description": "Common utilities for Eik modules",

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

"eslint-config-airbnb-base": "14.1.0",
"eslint-config-prettier": "6.10.1",
"eslint-config-prettier": "6.11.0",
"eslint-plugin-import": "2.20.2",
"eslint-plugin-prettier": "3.1.2",
"eslint-plugin-prettier": "3.1.3",
"prettier": "2.0.2",

@@ -38,0 +38,0 @@ "tap": "14.10.5"

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