Advanced Search
Search Results
21 total results found
readme.md for @design.estate/dees-document
A powerful TypeScript framework for dynamically generating professional business documents like invoices with web components and PDF export capabilities. ๐งพ Issue Reporting and Security For reporting bugs, issues, or security vulnerabilities, please visit commu...
readme.md for @push.rocks/smartcrypto
easy crypto methods Install To install @push.rocks/smartcrypto, open a terminal and run the following command: npm install @push.rocks/smartcrypto This will add @push.rocks/smartcrypto to your project's dependencies. Usage This guide demonstrates how to use @...
readme.md for @push.rocks/smarthash
๐ @push.rocks/smarthash Cross-environment hashing made simple ๐ SHA256 and MD5 hash functions that work seamlessly in both Node.js and browsers, with zero configuration. โจ Why SmartHash? ๐ Universal: Works in Node.js AND browsers without polyfills โก Smar...
readme.md for @push.rocks/smartguard
A TypeScript library for creating and managing validation guards, aiding in data validation and security checks. Install To install @push.rocks/smartguard, run the following command in your terminal: npm install @push.rocks/smartguard --save This will add @pu...
readme.md for @push.rocks/smartkey
Handle private/public key creation efficiently and securely with this TypeScript-based library, offering seamless integration and robust functionality for managing cryptographic key pairs. Install To get started with @push.rocks/smartkey in your project, you'l...
readme.md for @push.rocks/smartssh
setup SSH quickly and in a painless manner Install To begin using @push.rocks/smartssh in your project, you'll need to install it via npm or yarn. You can do so by running one of the following commands: npm install @push.rocks/smartssh --save or yarn add @pus...
readme.md for @push.rocks/smartunique
make things unique Install To install @push.rocks/smartunique, use the following npm command: npm install @push.rocks/smartunique --save This will add it to your project's dependencies. Make sure you have Node.js and npm installed in your development environm...
readme.md for @push.rocks/smartvalidator
a wrapper for the validator package to perform validations Install To use @push.rocks/smartvalidator in your project, installation via npm or yarn is straightforward. Run the following command in your project directory: npm install @push.rocks/smartvalidator -...
readme.md for @push.rocks/webjwt
a package to handle jwt in the web Install To install @push.rocks/webjwt, ensure you have Node.js and npm installed. Then run the following command in your terminal: npm install @push.rocks/webjwt --save This command installs @push.rocks/webjwt and adds it to...
readme.md for @push.rocks/smartantivirus
Enterprise-grade antivirus scanning for Node.js applications - Seamlessly integrate ClamAV's powerful virus detection into your TypeScript/JavaScript projects with zero hassle. Why SmartAntivirus? ๐ In today's digital landscape, security is paramount. Whether ...
readme.md for @push.rocks/smartsecret
OS keychain-based secret storage with encrypted-file fallback for Node.js. Install To install @push.rocks/smartsecret, use pnpm: pnpm install @push.rocks/smartsecret Usage @push.rocks/smartsecret provides a unified API for storing and retrieving secrets. It a...
readme.md for @serve.zone/coreflow
A comprehensive solution for managing Docker and scaling applications across servers, handling tasks from service provisioning to network traffic management. Install To install @serve.zone/coreflow, you can use npm with the following command: npm install @serv...
readme.md for @serve.zone/cloudly
Multi-cloud orchestration made simple. Manage containerized applications across cloud providers with Docker Swarmkit, featuring web dashboards, CLI tools, and powerful APIs. ๐ฏ What is Cloudly? Cloudly is your command center for multi-cloud infrastructure. It a...
changelog.md for @design.estate/dees-document
2025-12-11 - 2.2.3 - fix(contentinvoice) Use shared translation.TranslationKey type in DeContentInvoice.translateKey and remove local import Replaced local TranslationKey import with plugins.shared.translation.TranslationKey to ensure type consistency Updated...
changelog.md for @push.rocks/smartguard
2024-08-25 - 3.1.0 - feat(core) Added Guard Handling and Removed npmci from CI Refactored Guard and GuardSet classes for better modularization Introduced GuardError for detailed error handling Updated dependencies versions in package.json Removed npmci config...
changelog.md for @push.rocks/smarthash
2025-09-12 - 3.2.6 - fix(ci) Add .claude local settings to permit web fetch to www.npmjs.com Added .claude/settings.local.json granting WebFetch permission for www.npmjs.com Configuration-only change; no runtime or library code modified 2025-09-12 - 3.2.5 - ...
changelog.md for @push.rocks/smartjwt
2024-09-05 - 2.2.1 - fix(core) Add --allowimplicitany flag to build script Updated the build script in package.json to include the --allowimplicitany flag for TypeScript compilation. 2024-09-05 - 2.2.0 - feat(smartjwt) Add nested JWT functionality Introduce...
changelog.md for @push.rocks/smartantivirus
2025-08-16 - 1.3.2 - fix(build) Bump dependencies, improve test/build scripts, expand documentation and add project metadata Updated devDependencies: bumped @git.zone/tsbuild, @git.zone/tsbundle, @git.zone/tstest, @push.rocks/tapbundle, @types/node and typesc...