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-20221108133046 to 0.0.0-20221108134153

5

dist/rspack.js

@@ -12,2 +12,3 @@ "use strict";

const nodeConsole_1 = __importDefault(require("./node/nodeConsole"));
const util_1 = __importDefault(require("util"));
const rspackOptionsApply_1 = require("./rspackOptionsApply");

@@ -30,3 +31,3 @@ function createCompiler(userOptions) {

const logger = compiler.getInfrastructureLogger("config");
logger.debug("RawOptions:", userOptions);
logger.debug("RawOptions:", util_1.default.inspect(userOptions, { colors: true, depth: null }));
if (Array.isArray(options.plugins)) {

@@ -43,3 +44,3 @@ for (const plugin of options.plugins) {

(0, defaults_1.applyRspackOptionsDefaults)(options);
logger.debug("NormalizedOptions:", options);
logger.debug("NormalizedOptions:", util_1.default.inspect(options, { colors: true, depth: null }));
new rspackOptionsApply_1.RspackOptionsApply().process(options, compiler);

@@ -46,0 +47,0 @@ compiler.hooks.initialize.call();

12

package.json
{
"name": "@rspack/core",
"version": "0.0.0-20221108133046",
"version": "0.0.0-20221108134153",
"main": "./dist/index.js",

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

"devDependencies": {
"@rspack/core": "0.0.0-20221108133046",
"@rspack/core": "0.0.0-20221108134153",
"@swc/helpers": "^0.4.12",

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

"dependencies": {
"@rspack/binding": "0.0.0-20221108133046",
"@rspack/dev-client": "0.0.0-20221108133046",
"@rspack/plugin-less": "^0.0.0-20221108133046",
"@rspack/plugin-postcss": "^0.0.0-20221108133046",
"@rspack/binding": "0.0.0-20221108134153",
"@rspack/dev-client": "0.0.0-20221108134153",
"@rspack/plugin-less": "^0.0.0-20221108134153",
"@rspack/plugin-postcss": "^0.0.0-20221108134153",
"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