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.8.3 to 0.8.4

6

CHANGELOG.md
# @farmfe/runtime
## 0.8.4
### Patch Changes
- 2bcf360e: fix #802
## 0.8.3

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

2

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

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

@@ -39,3 +39,5 @@ // using native ability to load resources if target env is node.

const publicPath = this.publicPaths[index];
const url = `${publicPath === '/' ? '' : publicPath}/${resource.path}`;
const url = `${
publicPath.endsWith('/') ? publicPath.slice(0, -1) : publicPath
}/${resource.path}`;

@@ -42,0 +44,0 @@ if (this._loadedResources[resource.path]) {

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