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

@farmfe/runtime

Package Overview
Dependencies
Maintainers
0
Versions
44
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@farmfe/runtime - npm Package Compare versions

Comparing version 0.12.6 to 0.12.7

6

CHANGELOG.md
# @farmfe/runtime
## 0.12.7
### Patch Changes
- 04a124fe: Fix css dynamic loading runtime error #1551
## 0.12.6

@@ -4,0 +10,0 @@

2

package.json
{
"name": "@farmfe/runtime",
"version": "0.12.6",
"version": "0.12.7",
"description": "Runtime of Farm",

@@ -5,0 +5,0 @@ "author": {

@@ -178,2 +178,7 @@ import { Module } from "./module";

.then(() => {
// Do not require the module if all the resources are not js resources
if (resources.every(resource => resource.type !== 0)) {
return;
}
if (!this.modules[moduleId]) {

@@ -180,0 +185,0 @@ throw new Error(

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