Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@rspack/core

Package Overview
Dependencies
Maintainers
1
Versions
1105
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@rspack/core - npm Package Compare versions

Comparing version 0.0.0-20221104050753 to 0.0.0-20221104052453

dist/bundle.js

2

dist/config/resolve.d.ts

@@ -9,2 +9,3 @@ export declare type Resolve = {

alias?: Record<string, string>;
tsConfigPath?: string;
};

@@ -19,4 +20,5 @@ export declare type ResolvedResolve = {

alias: Record<string, string>;
tsConfigPath: string;
};
export declare function resolveResolveOptions(resolve?: Resolve): ResolvedResolve;
//# sourceMappingURL=resolve.d.ts.map

6

dist/config/resolve.js

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

function resolveResolveOptions(resolve = {}) {
var _a, _b, _c, _d, _e, _f, _g;
var _a, _b, _c, _d, _e, _f, _g, _h;
const preferRelative = (_a = resolve.preferRelative) !== null && _a !== void 0 ? _a : false;

@@ -21,2 +21,3 @@ const extensions = (_b = resolve.extensions) !== null && _b !== void 0 ? _b : [

const conditionNames = (_g = resolve.conditionNames) !== null && _g !== void 0 ? _g : ["module", "import"];
const tsConfigPath = (_h = resolve.tsConfigPath) !== null && _h !== void 0 ? _h : "";
return {

@@ -29,3 +30,4 @@ preferRelative,

conditionNames,
alias
alias,
tsConfigPath
};

@@ -32,0 +34,0 @@ }

{
"name": "@rspack/core",
"version": "0.0.0-20221104050753",
"version": "0.0.0-20221104052453",
"main": "./dist/index.js",

@@ -10,3 +10,3 @@ "types": "./dist/index.d.ts",

"devDependencies": {
"@rspack/core": "0.0.0-20221104050753",
"@rspack/core": "0.0.0-20221104052453",
"@swc/helpers": "^0.4.12",

@@ -28,6 +28,6 @@ "@types/jest": "29.0.2",

"dependencies": {
"@rspack/binding": "0.0.0-20221104050753",
"@rspack/dev-client": "0.0.0-20221104050753",
"@rspack/plugin-less": "^0.0.0-20221104050753",
"@rspack/plugin-postcss": "^0.0.0-20221104050753",
"@rspack/binding": "0.0.0-20221104052453",
"@rspack/dev-client": "0.0.0-20221104052453",
"@rspack/plugin-less": "^0.0.0-20221104052453",
"@rspack/plugin-postcss": "^0.0.0-20221104052453",
"browserslist": "^4.21.3",

@@ -34,0 +34,0 @@ "chokidar": "3.5.3",

Sorry, the diff of this file is not supported yet

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