Socket
Socket
Sign inDemoInstall

@jupyterlab/coreutils

Package Overview
Dependencies
Maintainers
0
Versions
350
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@jupyterlab/coreutils - npm Package Compare versions

Comparing version 6.3.0-alpha.2 to 6.3.0-beta.0

2

lib/time.d.ts

@@ -5,3 +5,3 @@ /**

export declare namespace Time {
type HumanStyle = 'long' | 'short' | 'narrow';
type HumanStyle = Intl.ResolvedRelativeTimeFormatOptions['style'];
/**

@@ -8,0 +8,0 @@ * Convert a timestring to a human readable string (e.g. 'two minutes ago').

{
"name": "@jupyterlab/coreutils",
"version": "6.3.0-alpha.2",
"version": "6.3.0-beta.0",
"description": "JupyterLab - Core Utilities",

@@ -5,0 +5,0 @@ "homepage": "https://github.com/jupyterlab/jupyterlab",

@@ -20,5 +20,3 @@ // Copyright (c) Jupyter Development Team.

export namespace Time {
// Intl.RelativeTimeFormatStyle contains these, but it requires `ES2020.Intl`.
// We currently compile to an `ES2018` target.
export type HumanStyle = 'long' | 'short' | 'narrow';
export type HumanStyle = Intl.ResolvedRelativeTimeFormatOptions['style'];

@@ -25,0 +23,0 @@ /**

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