New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

@ud-angular-builders/timestamp-7

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ud-angular-builders/timestamp-7

<!-- [![npm version](https://img.shields.io/npm/v/@angular-builders/timestamp.svg) ![npm](https://img.shields.io/npm/dm/@angular-builders/timestamp.svg)](https://www.npmjs.com/package/@angular-builders/timestamp) -->

latest
Source
npmnpm
Version
7.6.2
Version published
Maintainers
1
Created
Source

Timestamp builder for Angular build facade

@ud-angular-builders/timestamp-7

Fork from angular-builders. Only @ud-angular-builders/custom-webpack has been enhanced for now.

This branch is compatible with Angular 7 and not Angular 8. Please, refer to @ud-angular-builders/timestamp for Angular 8.

This builder is an example from the Medium article Angular CLI 6 under the hood — builders demystified.

Usage

  • In the root of your Angular application:

    npm i -D @angular-builders/timestamp
    
  • In your angular.json add the following to architect section of the relevant project:

    "timestamp": {
      "builder": "@angular-builders/timestamp:file",
      "options": {}
    },
    
  • Run: ng run [relevant-project]:timestamp Where [relevant-project] is the project to which you've added the target

Options

  • path - path to the file with timestamp, defaults to ./timestamp
  • format - timestamp date format, defaults to dd/mm/yyyy

FAQs

Package last updated on 09 Aug 2019

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts