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

@lumino/dragdrop

Package Overview
Dependencies
Maintainers
4
Versions
50
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@lumino/dragdrop - npm Package Compare versions

Comparing version 1.6.2 to 1.6.3

16

package.json
{
"name": "@lumino/dragdrop",
"version": "1.6.2",
"version": "1.6.3",
"description": "Lumino Drag and Drop",

@@ -28,5 +28,4 @@ "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",

@@ -36,3 +35,2 @@ "style": "style/index.css",

"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",

@@ -43,2 +41,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",

@@ -51,4 +50,4 @@ "test:chrome": "cd tests && karma start --browsers=Chrome",

"dependencies": {
"@lumino/coreutils": "^1.5.2",
"@lumino/disposable": "^1.4.2"
"@lumino/coreutils": "^1.5.3",
"@lumino/disposable": "^1.4.3"
},

@@ -71,3 +70,3 @@ "devDependencies": {

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

@@ -88,3 +87,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