Socket
Socket
Sign inDemoInstall

browser-resolve

Package Overview
Dependencies
Maintainers
2
Versions
42
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

browser-resolve - npm Package Compare versions

Comparing version 1.10.0 to 1.10.1

LICENSE

8

index.js

@@ -80,3 +80,3 @@ // builtin

// original filename|id -> replacement
var shims = {};
var shims = Object.create(null);

@@ -117,3 +117,3 @@ (function next() {

// original filename|id -> replacement
var shims = {};
var shims = Object.create(null);
var cur_path;

@@ -244,3 +244,3 @@

var modules = opts.modules || {};
var modules = opts.modules || Object.create(null);
var shim_path = modules[id];

@@ -301,3 +301,3 @@ if (shim_path) {

var modules = opts.modules || {};
var modules = opts.modules || Object.create(null);
var shim_path = modules[id];

@@ -304,0 +304,0 @@ if (shim_path) {

{
"name": "browser-resolve",
"version": "1.10.0",
"version": "1.10.1",
"description": "resolve which handles browser field support in package.json",

@@ -5,0 +5,0 @@ "main": "index.js",

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