🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

@fluojs/runtime

Package Overview
Dependencies
Maintainers
1
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@fluojs/runtime - npm Package Compare versions

Comparing version
1.0.1
to
1.1.0
+5
-5
package.json

@@ -12,3 +12,3 @@ {

],
"version": "1.0.1",
"version": "1.1.0",
"private": false,

@@ -71,5 +71,5 @@ "license": "MIT",

"dependencies": {
"@fluojs/config": "^1.0.1",
"@fluojs/di": "^1.0.1",
"@fluojs/core": "^1.0.1",
"@fluojs/config": "^1.0.2",
"@fluojs/core": "^1.0.2",
"@fluojs/di": "^1.0.2",
"@fluojs/http": "^1.0.0"

@@ -79,3 +79,3 @@ },

"vitest": "^3.2.4",
"@fluojs/serialization": "^1.0.1"
"@fluojs/serialization": "^1.0.2"
},

@@ -82,0 +82,0 @@ "scripts": {

@@ -167,2 +167,4 @@ # @fluojs/runtime

애플리케이션-facing 런타임 헬퍼에는 `@fluojs/runtime/node`와 `@fluojs/runtime/web`를 사용하세요. 공개된 `internal*` 서브경로는 first-party adapter와 runtime-aware package를 위한 package-integration seam으로 예약되어 있습니다. 이 표는 패키지 작성자가 경계를 식별할 수 있도록 문서화하지만, 해당 seam을 애플리케이션 수준 helper 계약으로 취급하지는 않습니다.
| 서브경로 | 용도 |

@@ -169,0 +171,0 @@ | :--- | :--- |

@@ -167,2 +167,4 @@ # @fluojs/runtime

Use `@fluojs/runtime/node` and `@fluojs/runtime/web` for application-facing runtime helpers. The published `internal*` subpaths are reserved package-integration seams for first-party adapters and runtime-aware packages; they are documented here so package authors can identify the boundary without treating those seams as application-level helper contracts.
| Subpath | Purpose |

@@ -169,0 +171,0 @@ | :--- | :--- |