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

@equinor/echo-base

Package Overview
Dependencies
Maintainers
11
Versions
79
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@equinor/echo-base - npm Package Compare versions

Comparing version 0.6.3 to 0.6.4

3

esm/types/module.d.ts
import { EchoEventHub } from './event';
export interface ModuleMetaData extends MetaDataBase {
requireRef?: string;
devFileUri?: string;
qaFileUri?: string;
testFileUri?: string;
}

@@ -5,0 +8,0 @@ export interface MetaDataBase {

import { EchoEventHub } from './event';
export interface ModuleMetaData extends MetaDataBase {
requireRef?: string;
devFileUri?: string;
qaFileUri?: string;
testFileUri?: string;
}

@@ -5,0 +8,0 @@ export interface MetaDataBase {

2

package.json
{
"name": "@equinor/echo-base",
"version": "0.6.3",
"version": "0.6.4",
"module": "esm/index.js",

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

@@ -5,2 +5,5 @@ import { EchoEventHub } from './event';

requireRef?: string;
devFileUri?: string;
qaFileUri?: string;
testFileUri?: string;
}

@@ -7,0 +10,0 @@ export interface MetaDataBase {

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