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.2.3 to 1.3.0-alpha.0

dist/index.es6.js

30

package.json
{
"name": "@lumino/algorithm",
"version": "1.2.3",
"version": "1.3.0-alpha.0",
"description": "Lumino Algorithms and Iterators",

@@ -22,15 +22,17 @@ "homepage": "https://github.com/jupyterlab/lumino",

"files": [
"lib/*.d.ts",
"lib/*.js"
"dist/*",
"src/*",
"types/*"
],
"main": "lib/index.js",
"types": "lib/index.d.ts",
"directories": {
"lib": "lib/"
},
"main": "dist/index.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",
"build": "tsc --build",
"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",
"build:test": "tsc --build tests && cd tests && webpack",
"clean": "rimraf lib && rimraf *.tsbuildinfo",
"clean": "rimraf ./lib && rimraf *.tsbuildinfo && rimraf ./types && rimraf ./dist",
"clean:test": "rimraf tests/build",

@@ -56,2 +58,8 @@ "docs": "typedoc --options tdoptions.json src",

"rimraf": "^2.5.2",
"rollup": "^1.29.0",
"rollup-plugin-node-resolve": "^5.2.0",
"rollup-plugin-postcss": "^2.0.3",
"rollup-plugin-sourcemaps": "^0.5.0",
"terser": "^4.6.2",
"tslib": "1.10.0",
"typedoc": "~0.15.0",

@@ -65,3 +73,3 @@ "typescript": "~3.6.4",

},
"gitHead": "df307f6f511ad7f56dd930773f31628e53b0c148"
"gitHead": "681770da8b9d2f6ba4b86c51d7af18c4c6ebb8d0"
}
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