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.9 to 0.12.10

dist/index.d.ts

11

package.json
{
"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"
}
}
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