Socket
Socket
Sign inDemoInstall

@angular-custom-builders/lite-serve

Package Overview
Dependencies
Maintainers
1
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.1.0 to 0.1.1

2

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

@@ -5,0 +5,0 @@ "main": "src/index.js",

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

const operators_1 = require("rxjs/operators");
const browserSync = require('browser-sync');
const browserSync = require("browser-sync");
browserSync.create();

@@ -20,3 +20,3 @@ function runBuilder(options, context) {

port: options.port,
server: options.outdir,
server: outputPath,
watch: false,

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

Sorry, the diff of this file is not supported yet

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