Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@equinor/fusion-framework-cli

Package Overview
Dependencies
Maintainers
3
Versions
284
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@equinor/fusion-framework-cli - npm Package Compare versions

Comparing version 0.3.5 to 0.3.6

3

bin/serve.js

@@ -12,2 +12,3 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {

import { readFileSync } from 'fs';
import { fileURLToPath } from 'url';
import express from 'express';

@@ -19,3 +20,3 @@ import dns from 'dns';

import { createProxyMiddleware, responseInterceptor } from 'http-proxy-middleware';
const resolveRelativePath = (path) => String(new URL(path, import.meta.url));
const resolveRelativePath = (path) => fileURLToPath(new URL(path, import.meta.url));
export const server = (config) => __awaiter(void 0, void 0, void 0, function* () {

@@ -22,0 +23,0 @@ var _a, _b;

@@ -6,2 +6,8 @@ # Change Log

## [0.3.6](https://github.com/equinor/fusion-framework/compare/@equinor/fusion-framework-cli@0.3.5...@equinor/fusion-framework-cli@0.3.6) (2022-11-23)
### Bug Fixes
- **cli:** windows url path ([0176fa8](https://github.com/equinor/fusion-framework/commit/0176fa8ac1337025c584101ec2ceac8092eb0c13))
## 0.3.5 (2022-11-23)

@@ -8,0 +14,0 @@

{
"name": "@equinor/fusion-framework-cli",
"version": "0.3.5",
"version": "0.3.6",
"keywords": [

@@ -49,3 +49,3 @@ "Fusion",

},
"gitHead": "e924bf2b8a7ce68a6d9e5035c008a97b28b9bf88"
"gitHead": "03c4f30ddf5baf1180d2d29c6a39df7f09a1c6dc"
}
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