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
2
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.9.2 to 0.9.3

README.md

6

CHANGELOG.md
# @farmfe/runtime
## 0.9.3
### Patch Changes
- 659244ed: Support create-farm-plugin and farm-plugin-tools
## 0.9.2

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

15

package.json
{
"name": "@farmfe/runtime",
"version": "0.9.2",
"version": "0.9.3",
"description": "Runtime of Farm",
"author": {
"name": "bright wu",
"email": "1611331@mail.nankai.edu.cn"
"email": "1521488775@qq.com"
},
"main": "src/index.ts",
"keywords": [
"farm",
"farm runtime plugin",
"rust bundler",
"build tool",
"web bundler"
],
"repository": {
"type": "git",
"url": "https://github.com/farm-fe/farm"
},
"devDependencies": {

@@ -11,0 +22,0 @@ "@types/node": "^18.0.1",

2

src/module-system.ts

@@ -118,3 +118,3 @@ import { Module } from './module';

// return a empty module if the module is not registered
console.log(`[Farm] Module "${moduleId}" is not registered`);
console.debug(`[Farm] Module "${moduleId}" is not registered`);
return {};

@@ -121,0 +121,0 @@ // throw new Error(`Module "${moduleId}" is not registered`);

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