Socket
Socket
Sign inDemoInstall

@jupyterlab/ui-components

Package Overview
Dependencies
Maintainers
16
Versions
309
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@jupyterlab/ui-components - npm Package Compare versions

Comparing version 1.0.0-alpha.9 to 1.0.0-alpha.10

style/base.css

3

lib/index.d.ts

@@ -8,5 +8,2 @@ import * as React from 'react';

import { ISelectProps } from '@blueprintjs/select/lib/cjs/components/select/select';
import '@blueprintjs/icons/lib/css/blueprint-icons.css';
import '@blueprintjs/core/lib/css/blueprint.css';
import '../style/index.css';
export { Intent } from '@blueprintjs/core/lib/cjs/common/intent';

@@ -13,0 +10,0 @@ interface IButtonProps extends IBPButtonProps {

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

import { Select as BPSelect } from '@blueprintjs/select/lib/cjs/components/select/select';
import '@blueprintjs/icons/lib/css/blueprint-icons.css';
import '@blueprintjs/core/lib/css/blueprint.css';
import '../style/index.css';
import { combineClassNames } from './utils';

@@ -15,0 +12,0 @@ export { Intent } from '@blueprintjs/core/lib/cjs/common/intent';

{
"name": "@jupyterlab/ui-components",
"version": "1.0.0-alpha.9",
"version": "1.0.0-alpha.10",
"description": "JupyterLab - UI components written in React",

@@ -21,4 +21,8 @@ "homepage": "https://github.com/jupyterlab/jupyterlab",

],
"sideEffects": [
"style/**/*"
],
"main": "lib/index.js",
"types": "lib/index.d.ts",
"style": "style/index.css",
"directories": {

@@ -52,3 +56,3 @@ "lib": "lib/"

},
"gitHead": "3ae93547a9b04453f82bbd883931ac1866f2a08b"
"gitHead": "3fc4a1cb40fe30e45ab696c4925a307aed5210a5"
}

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