Socket
Socket
Sign inDemoInstall

@lumino/algorithm

Package Overview
Dependencies
Maintainers
4
Versions
33
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@lumino/algorithm - npm Package Compare versions

Comparing version 1.3.2 to 1.3.3

12

package.json
{
"name": "@lumino/algorithm",
"version": "1.3.2",
"version": "1.3.3",
"description": "Lumino Algorithms and Iterators",

@@ -27,9 +27,7 @@ "homepage": "https://github.com/jupyterlab/lumino",

"main": "dist/index.js",
"unpkg": "dist/index.min.js",
"module": "dist/index.es6",
"unpkg": "dist/index.min.js",
"jsdelivr": "dist/index.min.js",
"types": "types/index.d.ts",
"scripts": {
"api": "api-extractor run --local --verbose",
"minimize": "terser dist/index.js -c -m --source-map \"content='dist/index.js.map',url='index.min.js.map'\" -o dist/index.min.js",
"build": "tsc --build && rollup -c",

@@ -40,2 +38,3 @@ "build:test": "tsc --build tests && cd tests && webpack",

"docs": "typedoc --options tdoptions.json src",
"minimize": "terser dist/index.js -c -m --source-map \"content='dist/index.js.map',url='index.min.js.map'\" -o dist/index.min.js",
"test": "npm run test:firefox",

@@ -59,3 +58,3 @@ "test:chrome": "cd tests && karma start --browsers=Chrome",

"rimraf": "^2.5.2",
"rollup": "^1.29.0",
"rollup": "^2.22.1",
"rollup-plugin-node-resolve": "^5.2.0",

@@ -74,3 +73,4 @@ "rollup-plugin-postcss": "^2.0.3",

},
"gitHead": "ed3875c795eb1777f282b5450644af7d590cdef3"
"jsdelivr": "dist/index.min.js",
"gitHead": "159c46252870a27e85766520b42e4d4f378a0913"
}
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