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

@angular-builders/timestamp

Package Overview
Dependencies
Maintainers
1
Versions
160
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@angular-builders/timestamp - npm Package Compare versions

Comparing version 1.0.1 to 6.0.0

LICENSE

4

builders.json

@@ -5,4 +5,4 @@ {

"file": {
"class": "./timestamp.builder.js",
"schema": "./schema.json",
"class": "./src/timestamp.builder.js",
"schema": "./src/schema.json",
"description": "Builder that creates timestamp"

@@ -9,0 +9,0 @@ }

{
"name": "@angular-builders/timestamp",
"version": "1.0.1",
"version": "6.0.0",
"license": "MIT",

@@ -8,14 +8,9 @@ "author": "Evgeny Barabanov",

"scripts": {
"build": "tsc"
"build": "../../node_modules/.bin/tsc"
},
"devDependencies": {
"@angular-devkit/architect": "^0.7.1",
"@angular-devkit/core": "^0.7.1",
"@types/dateformat": "^1.0.1",
"@types/node": "^10.5.6",
"typescript": "^3.0.1"
"@types/dateformat": "^1.0.1"
},
"peerDependencies": {
"@angular-devkit/architect": ">=0.7.0",
"@angular-devkit/core": ">=0.7.0"
"@angular-devkit/build_angular": ">=0.7.0"
},

@@ -22,0 +17,0 @@ "dependencies": {

@@ -5,3 +5,3 @@ # timestamp

##Usage
## Usage

@@ -23,5 +23,5 @@ 1. In the root of your Angular application:

##Options
## Options
- `path` - path to the file with timestamp, defaults to `./timestamp`
- `format` - timestamp date format, defaults to `dd/mm/yyyy`
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