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

@equinor/workspace-core

Package Overview
Dependencies
Maintainers
3
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.0.3 to 0.0.4

1

dist/esm/lib/classes/observable.js

@@ -36,3 +36,2 @@ var _Observable_onchangeCallbacks;

* return false if the old value is different from the new value
* return true to prevent a new value from being set
*/

@@ -39,0 +38,0 @@ this.compareFunc = () => false;

@@ -24,5 +24,4 @@ import { CompareFunc, OnchangeCallback } from '../types';

* return false if the old value is different from the new value
* return true to prevent a new value from being set
*/
compareFunc: CompareFunc<TValue>;
}

6

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

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

"dependencies": {
"@equinor/workspace-observable-proxy": "workspace:0.0.3",
"@equinor/workspace-observable-proxy": "workspace:^0.0.3",
"rxjs": "^7.5.7"

@@ -40,3 +40,3 @@ },

},
"gitHead": "928484c35181e96467a66f2ae36e541a45743182"
"gitHead": "cc3ac06dad7d8d8d48aa586a9504896736a726d2"
}

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