Socket
Socket
Sign inDemoInstall

@jsenv/import-map

Package Overview
Dependencies
Maintainers
2
Versions
41
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@jsenv/import-map - npm Package Compare versions

Comparing version 4.0.0 to 4.1.0

3

dist/commonjs/main.js

@@ -410,3 +410,4 @@ 'use strict';

scopesForWrapping[into]["/"] = "/";
scopesForWrapping[into][into] = into;
scopesForWrapping[into]["/"] = into;
return {

@@ -413,0 +414,0 @@ imports: importsForWrapping,

{
"name": "@jsenv/import-map",
"version": "4.0.0",
"version": "4.1.0",
"license": "MIT",

@@ -5,0 +5,0 @@ "repository": {

@@ -57,3 +57,4 @@ /**

// and when already into, you stay inside
scopesForWrapping[into]["/"] = "/"
scopesForWrapping[into][into] = into
scopesForWrapping[into]["/"] = into

@@ -60,0 +61,0 @@ return {

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