@farmfe/runtime
Advanced tools
Comparing version 0.12.9 to 0.12.10
{ | ||
"name": "@farmfe/runtime", | ||
"version": "0.12.9", | ||
"version": "0.12.10", | ||
"description": "Runtime of Farm", | ||
@@ -9,3 +9,5 @@ "author": { | ||
}, | ||
"main": "src/index.ts", | ||
"main": "dist/index.js", | ||
"types": "dist/index.d.ts", | ||
"type": "module", | ||
"keywords": [ | ||
@@ -29,6 +31,9 @@ "farm", | ||
}, | ||
"files": [ | ||
"dist" | ||
], | ||
"scripts": { | ||
"build": "tsc -p tsconfig.build.json --noEmit", | ||
"build": "tsc -p tsconfig.build.json", | ||
"type-check": "tsc -p tsconfig.json --noEmit" | ||
} | ||
} |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
Dynamic require
Supply chain riskDynamic require can indicate the package is performing dangerous or unsafe dynamic code execution.
Found 1 instance in 1 package
66651
18
Yes
630
1
1