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

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.11.0 to 2.0.0-beta.0

.editorconfig

7

.vscode/settings.json
{
"markdown.extension.toc.githubCompatibility": true
}
"editor.codeActionsOnSave": {
"source.fixAll": true
},
"explorer.compactFolders": false
}
# Change Log
## [2.0.0] - 23 Apr 2021
Full codebase re-write with TypeScript, better extensibility and SPFx 1.12 support.
## [1.11.0] - 13 Dec 2020
### Features
- added better support for pnpm package manager
## [1.10.13] - 24 May 2020

@@ -4,0 +14,0 @@

{
"name": "spfx-fast-serve",
"version": "1.11.0",
"version": "2.0.0-beta.0",
"author": "Sergei Sergeev (https://github.com/s-KaiNet)",
"description": "Improve your SharePoint Framework development by speeding up 'serve' command",
"main": "src/index.js",
"bin": "src/index.js",
"main": "lib/index.js",
"bin": "lib/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"build": "npm run lint && tsc -p . && npm run copy",
"copy": "cpy **/*.* ../../lib/templates --parents --cwd=src/templates",
"lint": "eslint -c .eslintrc.json --ext .ts src",
"prepublishOnly": "rimraf -- lib && npm run build",
"dev": "npm run copy && concurrently \"npm run watch:ts\" \"npm run watch:template\"",
"watch:ts": "tsc -p . --watch",
"watch:template": "onchange \"src/templates/**/*.*\" -- npm run copy"
},

@@ -27,6 +33,17 @@ "keywords": [

"chalk": "^3.0.0",
"ejs": "^3.1.3",
"detect-indent": "^6.0.0",
"log-symbols": "^3.0.0",
"replace-in-file": "^5.0.2"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^4.18.0",
"@typescript-eslint/parser": "^4.18.0",
"concurrently": "^6.0.0",
"cpy-cli": "^3.1.1",
"eslint": "^7.22.0",
"onchange": "^7.1.0",
"rimraf": "^3.0.2",
"ts-node": "^9.1.1",
"typescript": "^4.2.3"
}
}

@@ -26,2 +26,8 @@ # SPFx Fast Serve Tool

## Migration to 2.x version
> **IMPORTANT!** SharePoint Framework 1.12 and onwards is supported starting from `2.x` version of `spfx-fast-serve`
Please use [this guide](/docs/Upgrade%20to%202x.md) if you're planning to migrate your project to `spfx-fast-serve` 2.x.
## Which SharePoint Framework versions are supported

@@ -53,3 +59,3 @@

Please use [this guide](/LibraryComponents.md) to configure `spfx-fast-serve` with library components.
Please use [this guide](/docs/LibraryComponents.md) to configure `spfx-fast-serve` with library components.

@@ -72,3 +78,3 @@ ## SharePoint Rest Proxy aka [sp-rest-proxy](https://github.com/koltyakov/sp-rest-proxy) support

## Having troubles? Please try to find the answer under [FAQs](/FAQ.md) or raise an issue
## Having troubles? Please try to find the answer under [FAQs](/docs/FAQ.md) or raise an issue

@@ -101,3 +107,3 @@ ## Manual merge warning

Additionally at the top of your `gulpfile.js` add `fs` tool import: `const fs = require("fs");`.
Additionally at the top of your `gulpfile.js` add `fs` tool import: `const fs = require("fs");`.

@@ -104,0 +110,0 @@ That's it!

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