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

@equinor/workspace-core

Package Overview
Dependencies
Maintainers
4
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@equinor/workspace-core - npm Package Compare versions

Comparing version 0.1.3 to 0.1.4

0

dist/esm/index.js
export * from './lib';
export * from './workspaceMediator';
export * from './observable';

@@ -0,0 +0,0 @@ var _Observable_onchangeCallbacks;

@@ -0,0 +0,0 @@ var _WorkspaceMediator_destructors, _WorkspaceMediator_appendDestructor;

export * from './classes';
export * from './types';

@@ -0,0 +0,0 @@ export * from './callback';

export * from './services';

@@ -0,0 +0,0 @@ import { Subject } from 'rxjs';

@@ -0,0 +0,0 @@ import { Subject } from 'rxjs';

@@ -0,0 +0,0 @@ import { BehaviorSubject } from 'rxjs';

@@ -0,0 +0,0 @@ import { createObservableProxy } from '@equinor/workspace-observable-proxy';

@@ -0,0 +0,0 @@ import { Subject } from 'rxjs';

@@ -0,0 +0,0 @@ import { Subject } from 'rxjs';

@@ -0,0 +0,0 @@ export { createClickService } from './clickService';

@@ -0,0 +0,0 @@ import { createObservableProxy } from '@equinor/workspace-observable-proxy';

@@ -0,0 +0,0 @@ import { createObservableProxy } from '@equinor/workspace-observable-proxy';

export * from './lib';
export * from './workspaceMediator';
export * from './observable';

@@ -0,0 +0,0 @@ import { CompareFunc, OnchangeCallback } from '../types';

@@ -0,0 +0,0 @@ import { ObjectType, BaseEvent } from '../types';

export * from './classes';
export * from './types';

@@ -0,0 +0,0 @@ /** Callback function for when value changes

/** Function signature for checking whether two values are equal */
export type CompareFunc<TValue> = (a?: TValue, b?: TValue) => boolean;
export type BaseEvent = {
type: string;
};

@@ -0,0 +0,0 @@ export * from './callback';

export type ObjectType<T> = {
[K in keyof T]: T[K];
};
export * from './services';

@@ -0,0 +0,0 @@ import { ServiceCtor } from '../../types/serviceCtor';

@@ -0,0 +0,0 @@ import { ServiceCtor } from '../../types/serviceCtor';

@@ -0,0 +0,0 @@ import { ServiceCtor } from '../../types/serviceCtor';

@@ -0,0 +0,0 @@ import { ServiceCtor } from '../../types/serviceCtor';

@@ -0,0 +0,0 @@ import { ServiceCtor } from '../../types/serviceCtor';

@@ -0,0 +0,0 @@ import { ServiceCtor } from '../../types/serviceCtor';

@@ -0,0 +0,0 @@ export { createClickService } from './clickService';

@@ -0,0 +0,0 @@ import { ServiceCtor } from '../../types/serviceCtor';

@@ -0,0 +0,0 @@ import { ServiceCtor } from '../../types/serviceCtor';

6

package.json
{
"name": "@equinor/workspace-core",
"version": "0.1.3",
"version": "0.1.4",
"type": "module",

@@ -16,3 +16,3 @@ "license": "MIT",

"dependencies": {
"@equinor/workspace-observable-proxy": "^0.2.3",
"@equinor/workspace-observable-proxy": "^0.2.4",
"rxjs": "^7.8.0"

@@ -29,3 +29,3 @@ },

"ts-node": "^10.9.1",
"typescript": "^4.8.4"
"typescript": "^5.0.2"
},

@@ -32,0 +32,0 @@ "repository": {

Sorry, the diff of this file is not supported yet

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