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

@rspack/core

Package Overview
Dependencies
Maintainers
1
Versions
1109
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-20221108074001 to 0.0.0-20221108080000

5

dist/rspack.js

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

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

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

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

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

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

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

12

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

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

"devDependencies": {
"@rspack/core": "0.0.0-20221108074001",
"@rspack/core": "0.0.0-20221108080000",
"@swc/helpers": "^0.4.12",

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

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