Socket
Socket
Sign inDemoInstall

@lumino/signaling

Package Overview
Dependencies
Maintainers
6
Versions
40
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@lumino/signaling - npm Package Compare versions

Comparing version 2.0.0-alpha.4 to 2.0.0-alpha.5

15

package.json
{
"name": "@lumino/signaling",
"version": "2.0.0-alpha.4",
"version": "2.0.0-alpha.5",
"description": "Lumino Signals and Slots",

@@ -29,5 +29,5 @@ "homepage": "https://github.com/jupyterlab/lumino",

"build:src": "tsc --build",
"build:test": "tsc --build tests && cd tests && webpack",
"build:test": "npm run clean:test && tsc --build tests && cd tests && rollup -c",
"clean": "rimraf ./lib && rimraf *.tsbuildinfo && rimraf ./types && rimraf ./dist",
"clean:test": "rimraf tests/build",
"clean:test": "rimraf tests/lib tests/tsconfig.tsbuildinfo",
"minimize": "terser dist/index.js -c -m --source-map \"content='dist/index.js.map',url='index.min.js.map'\" -o dist/index.min.js",

@@ -47,6 +47,7 @@ "test": "npm run test:firefox-headless",

"dependencies": {
"@lumino/algorithm": "^2.0.0-alpha.4"
"@lumino/algorithm": "^2.0.0-alpha.5"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.6.0",
"@rollup/plugin-commonjs": "^22.0.2",
"@rollup/plugin-node-resolve": "^13.3.0",

@@ -66,3 +67,3 @@ "@types/chai": "^3.4.35",

"rimraf": "^3.0.2",
"rollup": "^2.77.2",
"rollup": "^2.77.3",
"rollup-plugin-postcss": "^4.0.2",

@@ -73,5 +74,3 @@ "rollup-plugin-sourcemaps": "^0.6.3",

"typedoc": "~0.23.9",
"typescript": "~4.7.3",
"webpack": "^5.74.0",
"webpack-cli": "^4.10.0"
"typescript": "~4.7.3"
},

@@ -78,0 +77,0 @@ "publishConfig": {

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