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

@lumino/domutils

Package Overview
Dependencies
Maintainers
7
Versions
33
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@lumino/domutils - npm Package Compare versions

Comparing version 2.0.0 to 2.0.1

21

package.json
{
"name": "@lumino/domutils",
"version": "2.0.0",
"version": "2.0.1",
"description": "Lumino DOM Utilities",

@@ -47,4 +47,4 @@ "homepage": "https://github.com/jupyterlab/lumino",

"devDependencies": {
"@lumino/buildutils": "^2.0.0",
"@microsoft/api-extractor": "^7.6.0",
"@lumino/buildutils": "^2.0.1",
"@microsoft/api-extractor": "^7.36.0",
"@rollup/plugin-commonjs": "^24.0.0",

@@ -62,12 +62,11 @@ "@rollup/plugin-node-resolve": "^15.0.1",

"mocha": "^9.0.3",
"playwright": "^1.29.0",
"postcss": "^8.4.14",
"rimraf": "^3.0.2",
"rollup": "^3.9.1",
"playwright": "^1.35.0",
"postcss": "^8.4.24",
"rimraf": "^5.0.1",
"rollup": "^3.25.1",
"rollup-plugin-postcss": "^4.0.2",
"rollup-plugin-sourcemaps": "^0.6.3",
"terser": "^5.7.1",
"tslib": "^2.4.0",
"typedoc": "^0.23.25",
"typescript": "~4.9.4"
"terser": "^5.18.1",
"tslib": "^2.5.3",
"typescript": "~5.1.3"
},

@@ -74,0 +73,0 @@ "publishConfig": {

@@ -10,2 +10,6 @@ // Copyright (c) Jupyter Development Team.

|----------------------------------------------------------------------------*/
/**
* @packageDocumentation
* @module domutils
*/
export * from './clipboard';

@@ -12,0 +16,0 @@ export * from './element';

@@ -0,1 +1,5 @@

/**
* @packageDocumentation
* @module domutils
*/
export * from './clipboard';

@@ -2,0 +6,0 @@ export * from './element';

Sorry, the diff of this file is not supported yet

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