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.7.1 to 0.7.2-canary-6ace5d3-20240606022222

6

dist/loader-runner/index.js

@@ -222,2 +222,5 @@ "use strict";

}
if (res.cacheable === false) {
this.cacheable(false);
}
assetFilenames.push(...res.assets);

@@ -248,2 +251,5 @@ resolve(compiler.__internal__getModuleExecutionResult(res.id));

}
if (res.cacheable === false) {
this.cacheable(false);
}
assetFilenames.push(...res.assets);

@@ -250,0 +256,0 @@ callback(undefined, compiler.__internal__getModuleExecutionResult(res.id));

8

package.json
{
"name": "@rspack/core",
"version": "0.7.1",
"version": "0.7.2-canary-6ace5d3-20240606022222",
"webpackVersion": "5.75.0",

@@ -75,4 +75,4 @@ "license": "MIT",

"zod-validation-error": "1.3.1",
"@rspack/core": "0.7.1",
"@rspack/plugin-minify": "^0.7.1"
"@rspack/core": "0.7.2-canary-6ace5d3-20240606022222",
"@rspack/plugin-minify": "^0.7.2-canary-6ace5d3-20240606022222"
},

@@ -84,3 +84,3 @@ "dependencies": {

"webpack-sources": "3.2.3",
"@rspack/binding": "0.7.1"
"@rspack/binding": "0.7.2-canary-6ace5d3-20240606022222"
},

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

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