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

@lwrjs/client-modules

Package Overview
Dependencies
Maintainers
7
Versions
528
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@lwrjs/client-modules - npm Package Compare versions

Comparing version

to
0.0.2-alpha15

4

build/modules/lwr/hmr/hmr.js

@@ -11,3 +11,3 @@ import { updateStaleModule } from './util/swap';

newUri,
module: { namespace, name },
module: { specifier },
} = event.payload;

@@ -19,3 +19,3 @@ const oldModule = await import(oldUri);

newModule,
specifier: `${namespace}/${name}`,
specifier,
});

@@ -22,0 +22,0 @@ }

@@ -11,3 +11,3 @@ import { updateStaleModule } from './util/swap';

newUri,
module: { namespace, name },
module: { specifier },
} = event.payload;

@@ -19,3 +19,3 @@ const oldModule = await import(oldUri);

newModule,
specifier: `${namespace}/${name}`,
specifier,
});

@@ -22,0 +22,0 @@ }

@@ -7,3 +7,3 @@ {

},
"version": "0.0.2-alpha14",
"version": "0.0.2-alpha15",
"homepage": "https://lwr.dev/",

@@ -30,3 +30,3 @@ "repository": {

"dependencies": {
"@lwrjs/shared-utils": "0.0.2-alpha14"
"@lwrjs/shared-utils": "0.0.2-alpha15"
},

@@ -53,3 +53,3 @@ "devDependencies": {

},
"gitHead": "1c76575ab5ee559f57860a17763fff6874d21e5a"
"gitHead": "bfa9d414185ef452a28474aefe73910521071d99"
}