Socket
Socket
Sign inDemoInstall

@jupyterlab/observables

Package Overview
Dependencies
Maintainers
14
Versions
326
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@jupyterlab/observables - npm Package Compare versions

Comparing version 2.1.1-alpha.0 to 2.1.1

0

lib/index.d.ts

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

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ import { IDisposable } from '@phosphor/disposable';

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ import { JSONObject, JSONValue } from '@phosphor/coreutils';

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ import { IIterator, IterableOrArrayLike } from '@phosphor/algorithm';

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ import { IDisposable } from '@phosphor/disposable';

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ import { IDisposable } from '@phosphor/disposable';

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ import { JSONValue } from '@phosphor/coreutils';

@@ -0,0 +0,0 @@ "use strict";

11

package.json
{
"name": "@jupyterlab/observables",
"version": "2.1.1-alpha.0",
"version": "2.1.1",
"description": "Data structures which may be observed for changes.",

@@ -25,7 +25,7 @@ "homepage": "https://github.com/jupyterlab/jupyterlab",

"scripts": {
"build": "tsc -b src",
"build": "tsc -b",
"clean": "rimraf lib",
"docs": "typedoc --options tdoptions.json --theme ../../typedoc-theme src",
"prepublishOnly": "npm run build",
"watch": "tsc -b src --watch"
"watch": "tsc -b --watch"
},

@@ -44,3 +44,6 @@ "dependencies": {

},
"gitHead": "9d6193d318872a4a3600ee96fe6f3996312ffe07"
"publishConfig": {
"access": "public"
},
"gitHead": "7fc900168981e58051253ecc66a18015a052cd2f"
}
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