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

@jupyterlab/coreutils

Package Overview
Dependencies
Maintainers
8
Versions
355
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 1.0.4 to 1.0.5

9

lib/url.js

@@ -89,11 +89,6 @@ "use strict";

function isLocal(url) {
switch (parse(url).host) {
case location.host:
case '':
return true;
default:
return false;
}
var _a = parse(url), host = _a.host, protocol = _a.protocol;
return protocol !== 'data:' && host === location.host || host === '';
}
URLExt.isLocal = isLocal;
})(URLExt = exports.URLExt || (exports.URLExt = {}));
{
"name": "@jupyterlab/coreutils",
"version": "1.0.4",
"version": "1.0.5",
"description": "JupyterLab - Core Utilities",

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

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