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
2
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

  • 4.5.2
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
270
increased by94.24%
Maintainers
2
Weekly downloads
 
Created
Source

dfx-helper

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

NPM

Information

Useful classes:

  • Components
    • AComponent
  • Decorator/Annotations
    • Confirmable()
    • Delay()
    • MeasureTime()
    • RememberResult
    • RunOutesideChangeDetection
  • 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
  • Services
    • AHttpService
    • IsMobileService
  • 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-script build
Starting development environment (with automatic tests)
npm test
Generating a coverage report
npm run test:coverage
Starting the development environment (for direct use in another project)
npm run-script watch

Deployment notes

dfx-helper deployments are managed via .gitlab-ci

All builds are uploaded to releases.datepoll.org/common/dfx-helper

Development builds

Commits to the development branch create a dev build 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 27 Jul 2022

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