Socket
Socket
Sign inDemoInstall

spfx-fast-serve

Package Overview
Dependencies
Maintainers
1
Versions
42
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

spfx-fast-serve - npm Package Compare versions

Comparing version 1.10.7 to 1.10.8

10

CHANGELOG.md
# Change Log
## [1.10.7] - 29 Apr 2020
## [1.10.7-1.10.8] - 29 Apr 2020

@@ -8,4 +8,5 @@ ### Fixed

- an error is thrown when trying to generate files for library components
- simplified port settings inside webpack.js file
## [1.10.6] - 24 Apr 2020
## [1.10.5-1.10.6] - 24 Apr 2020

@@ -15,7 +16,2 @@ ### Fixed

- webpack config for SPFx 1.7.x and 1.4.x
## [1.10.5] - 24 Apr 2020
### Fixed
- Bundles loading issue [#4](https://github.com/s-KaiNet/spfx-fast-serve/issues/4)

@@ -22,0 +18,0 @@

{
"name": "spfx-fast-serve",
"version": "1.10.7",
"version": "1.10.8",
"author": "Sergei Sergeev (https://github.com/s-KaiNet)",

@@ -5,0 +5,0 @@ "description": "Improve your SharePoint Framework development by speeding up 'serve' command",

@@ -9,3 +9,4 @@ const path = require("path");

const del = require("del");
const host = "https://localhost:4321";
const port = 4321;
const host = "https://localhost:" + port;

@@ -161,3 +162,3 @@ ///

host: "localhost",
port: 4321,
port: port,
disableHostCheck: true,

@@ -164,0 +165,0 @@ historyApiFallback: true,

@@ -9,3 +9,4 @@ const path = require("path");

const del = require("del");
const host = "https://localhost:4321";
const port = 4321;
const host = "https://localhost:" + port;

@@ -161,3 +162,3 @@ ///

host: "localhost",
port: 4321,
port: port,
disableHostCheck: true,

@@ -164,0 +165,0 @@ historyApiFallback: true,

@@ -9,3 +9,4 @@ const path = require("path");

const del = require("del");
const host = "https://localhost:4321";
const port = 4321;
const host = "https://localhost:" + port;

@@ -164,3 +165,3 @@ ///

host: "localhost",
port: 4321,
port: port,
disableHostCheck: true,

@@ -167,0 +168,0 @@ historyApiFallback: true,

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