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
1106
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-20221103155215 to 0.0.0-20221104050753

4

dist/stats.js

@@ -33,5 +33,7 @@ "use strict";

const obj = this.toJson(options);
obj.filteredModules = obj.modules.length - 15;
obj.modules = obj.modules.slice(0, 15);
return Stats.jsonToString(obj, options.colors);
}
static jsonToString(obj /* : binding.StatsCompilation */, useColors) {
static jsonToString(obj, useColors) {
var _a, _b, _c;

@@ -38,0 +40,0 @@ const buf = [];

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

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

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

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

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