New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@jspm/core

Package Overview
Dependencies
Maintainers
1
Versions
37
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@jspm/core - npm Package Compare versions

Comparing version 2.0.0-beta.15 to 2.0.0-beta.16

3

nodelibs/browser/url.js

@@ -688,2 +688,3 @@ import { p as p$1 } from './chunk-32ebc98f.js';

var resolveObject = h.resolveObject;
var parse = h.parse;

@@ -805,2 +806,2 @@ const _URL = h.URL;

export { _URL as URL, Url, h as default, fileURLToPath, format, pathToFileURL, resolve, resolveObject };
export { _URL as URL, Url, h as default, fileURLToPath, format, parse, pathToFileURL, resolve, resolveObject };
{
"name": "@jspm/core",
"version": "2.0.0-beta.15",
"version": "2.0.0-beta.16",
"scripts": {

@@ -5,0 +5,0 @@ "build": "rollup -c",

@@ -37,2 +37,3 @@ // Copyright Joyent, Inc. and other Node contributors.

export var resolveObject = url.resolveObject;
export var parse = url.parse;

@@ -39,0 +40,0 @@ const _URL = url.URL;

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