Socket
Socket
Sign inDemoInstall

@angular-custom-builders/lite-serve

Package Overview
Dependencies
Maintainers
2
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@angular-custom-builders/lite-serve - npm Package Compare versions

Comparing version 0.0.2 to 0.0.3

7

package.json
{
"name": "@angular-custom-builders/lite-serve",
"version": "0.0.2",
"version": "0.0.3",
"description": "Custom builder to run lite-server with options",

@@ -16,3 +16,6 @@ "main": "src/index.js",

},
"typings": "src/index.d.ts"
"typings": "src/index.d.ts",
"_resolved": "https://registry.npmjs.org/@angular-custom-builders/lite-serve/-/lite-serve-0.0.2.tgz",
"_integrity": "sha512-BdS1kmDlu2X9gy10zwjbCohTtp+P40cFEwOyt3QF+rV+XR5MHwHkqawFsw5MDxsXoYoomaB8AJFBdPKlQRS25A==",
"_from": "@angular-custom-builders/lite-serve@0.0.2"
}

@@ -20,3 +20,3 @@ "use strict";

// TODO: verify using of(null) to kickstart things is a pattern.
return rxjs_1.of({ success: true }).pipe(operators_1.tap(async () => {
return rxjs_1.of(new Promise(() => {})).pipe(operators_1.tap(() => {
browserSync.init({

@@ -23,0 +23,0 @@ port: options.port,

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