🚀 Socket Launch Week Day 5:Introducing Repository Access Permissions and Custom Roles.Learn more
Sign In

@rspack-debug/cli

Package Overview
Dependencies
Maintainers
2
Versions
53
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@rspack-debug/cli - npm Package Compare versions

Comparing version
1.7.0-beta.0
to
1.7.0-beta.1
+1
-1
dist/0~274.js

@@ -6,3 +6,3 @@ "use strict";

exports.modules = {
"./src/utils/profile.ts" (__unused_webpack_module, __webpack_exports__, __webpack_require__) {
"./src/utils/profile.ts" (__unused_rspack_module, __webpack_exports__, __webpack_require__) {
__webpack_require__.d(__webpack_exports__, {

@@ -9,0 +9,0 @@ applyProfile: ()=>applyProfile

@@ -6,3 +6,3 @@ export const __rspack_esm_id = "274";

export const __webpack_modules__ = {
"./src/utils/profile.ts" (__unused_webpack_module, __webpack_exports__, __webpack_require__) {
"./src/utils/profile.ts" (__unused_rspack_module, __webpack_exports__, __webpack_require__) {
__webpack_require__.d(__webpack_exports__, {

@@ -9,0 +9,0 @@ applyProfile: ()=>applyProfile

const __rslib_import_meta_url__ = /*#__PURE__*/ function() {
return 'undefined' == typeof document ? new (require('url'.replace('', ''))).URL('file:' + __filename).href : document.currentScript && document.currentScript.src || new URL('main.js', document.baseURI).href;
return "u" < typeof document ? new (require('url'.replace('', ''))).URL('file:' + __filename).href : document.currentScript && document.currentScript.src || new URL('main.js', document.baseURI).href;
}();

@@ -132,3 +132,3 @@ var __webpack_modules__ = {

},
"./src/utils/rspackCore.ts" (__unused_webpack_module, __webpack_exports__, __webpack_require__) {
"./src/utils/rspackCore.ts" (__unused_rspack_module, __webpack_exports__, __webpack_require__) {
"use strict";

@@ -205,3 +205,3 @@ __webpack_require__.d(__webpack_exports__, {

__webpack_require__.r = (exports1)=>{
if ('undefined' != typeof Symbol && Symbol.toStringTag) Object.defineProperty(exports1, Symbol.toStringTag, {
if ("u" > typeof Symbol && Symbol.toStringTag) Object.defineProperty(exports1, Symbol.toStringTag, {
value: 'Module'

@@ -1192,3 +1192,3 @@ });

program.help();
program.version("1.7.0-beta.0");
program.version("1.7.0-beta.1");
}

@@ -1195,0 +1195,0 @@ async createCompiler(options, rspackCommand, callback) {

@@ -136,3 +136,3 @@ import * as __rspack_external_module from "module";

},
"./src/utils/rspackCore.ts" (__unused_webpack_module, __webpack_exports__, __webpack_require__) {
"./src/utils/rspackCore.ts" (__unused_rspack_module, __webpack_exports__, __webpack_require__) {
__webpack_require__.d(__webpack_exports__, {

@@ -1178,3 +1178,3 @@ Z: ()=>rspack

program.help();
program.version("1.7.0-beta.0");
program.version("1.7.0-beta.1");
}

@@ -1181,0 +1181,0 @@ async createCompiler(options, rspackCommand, callback) {

{
"name": "@rspack-debug/cli",
"version": "1.7.0-beta.0",
"version": "1.7.0-beta.1",
"description": "CLI for rspack",

@@ -37,3 +37,3 @@ "homepage": "https://rspack.rs",

"devDependencies": {
"@rslib/core": "0.18.3",
"@rslib/core": "0.18.5",
"@types/webpack-bundle-analyzer": "^4.7.0",

@@ -48,4 +48,4 @@ "cac": "^6.7.14",

"typescript": "^5.9.3",
"@rspack/core": "npm:@rspack-debug/core@1.7.0-beta.0",
"@rspack/test-tools": "npm:@rspack-debug/test-tools@1.7.0-beta.0"
"@rspack/core": "npm:@rspack-debug/core@1.7.0-beta.1",
"@rspack/test-tools": "npm:@rspack-debug/test-tools@1.7.0-beta.1"
},

@@ -52,0 +52,0 @@ "peerDependencies": {