New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

dfx-helper

Package Overview
Dependencies
Maintainers
1
Versions
90
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

dfx-helper

Web-development / Typescript / Angular Library with tons of utility tools helping in all projects

  • 6.1.0
  • Source
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

dfx-helper

Angular Library with tons of utility tools helping in all projects.

NPM

Information

Usage

npm install dfx-helper

If you have not already installed @angular/cdk

npm install @angular/cdk

Useful classes:

  • Components
    • ABlock - Building block from ui stuff
    • AComponent
    • ADirective
  • Decorator/Annotations
    • Confirmable()
    • Delay()
    • MeasureTime()
    • Once
    • RememberResult
    • RunOutesideChangeDetection
    • Throttle()
  • Directives
    • hideIfOnline & hideIfOffline
    • hideIfPingSucceeds & hideIfPingFails
    • print
    • trackByPropertyName, trackById & trackByIndex
  • Helper
    • ArrayHelper
    • BrowserHelper
    • ClipboradHelper
    • Converter
    • DateHelper
    • Generator
    • Logger / LoggerFactory
    • Stopwatch
    • StorageHelper
    • StringHelper
    • Thread
    • TypeHelper
    • UIHelper
  • Entities
    • HasID & HasName
    • IEntity & IEntityWithName
    • AEntity & AEntityWithName
    • EntityServices
      • AEntityService
      • ASelectableEntityService
  • Interceptors
    • BaseUrlInterceptor
    • LoggingInterceptor
    • PostPutJsonContentTypeInterceptor
  • Pipes
    • cut
    • implode & implodeMapped
    • timespan
    • truncate
  • Services
    • IsMobileService
  • Strategies
    • AbstractTitleStrategy
    • DfxPreloadStrategy
  • Collections
    • List
    • EntityList
    • IList

Development

Everything important in this library is located in projects/dfx-helper, that's the "real" library. (following commands still have to be executed at the root level)

Dependency installation
npm install
Building a production version
npm run helper:build
Lint
npm run helper:lint
Starting development environment (with automatic tests)
npm helper:test
Generating a coverage report
npm run helper:test:coverage
Starting the development environment (for direct use in another project)
npm run helper:watch
Development builds

Development builds are downloadable via this link.

Production builds

Tags create a release build downloadable via this link. Additionally, a versioned zip is uploaded and the package is published to npm.

Keywords

FAQs

Package last updated on 07 Jul 2023

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

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