Skip to main content
Advanced Search
Search Terms
Content Type

Exact Matches
Tag Searches
Date Options
Updated after
Updated before
Created after
Created before

Search Results

479 total results found

readme.md for @push.rocks/smartvalidator

@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 -...

validation
validator wrapper
data sanitation
input validation
type checking
security
form validation
string validation
url validation
iban validation
email escape

readme.md for @push.rocks/smartuniverse

@push.rocks/smartuniverse

messaging service for your micro services Install To install @push.rocks/smartuniverse, use the following command with npm: npm install @push.rocks/smartuniverse --save This command adds @push.rocks/smartuniverse to your project's dependencies. Usage @push.ro...

microservices
messaging
reactive programming
event-driven
channel-based communication
client-server architecture
message encryption
typescript
websocket
scalability

readme.md for @push.rocks/smartxml

@push.rocks/smartxml

a package for creating and parsing XML formatted files Install To start using @push.rocks/smartxml in your project, you'll first need to install it. This package is distributed via npm, so you can install it by running the following command in your project's r...

xml
parsing
xml creation
fast-xml-parser
typescript
data serialization

readme.md for @push.rocks/smartwhois

@push.rocks/smartwhois

a package for dealing with whois requests Install To install @push.rocks/smartwhois, you can use npm or yarn. First, open your terminal, then execute one of the following commands in your project directory: npm install @push.rocks/smartwhois --save or yarn ad...

whois
domain information
ip lookup
tld validation
dnssec status
http status checker
typescript

readme.md for @push.rocks/smartyaml

@push.rocks/smartyaml

Handle YAML in smart ways. Install To use @push.rocks/smartyaml in your project, you need to install it using npm or yarn. Run the following command in your project directory: npm install @push.rocks/smartyaml --save or if you prefer yarn: yarn add @push.rock...

yaml
javascript
data serialization
conversion
js-yaml
typescript
nodejs
parsing
stringify

readme.md for @push.rocks/smartvhost

@push.rocks/smartvhost

a module creating a vhost layer in order to maintain several smartexpress instances Install To install @push.rocks/smartvhost, use the following npm command: npm install @push.rocks/smartvhost --save This will add smartvhost as a dependency to your project an...

virtual host
smartexpress
networking
proxy
vhost configuration
node.js
express
web server
reverse proxy
typescript
ssl
module

readme.md for @push.rocks/smartversion

@push.rocks/smartversion

handle semver with ease Install To incorporate @push.rocks/smartversion into your project, run the following command using npm: npm install @push.rocks/smartversion --save Or if you prefer using Yarn: yarn add @push.rocks/smartversion This will add it to you...

semantic versioning
semver
version management
npm package
version comparison
typescript

readme.md for @push.rocks/webdetector

@push.rocks/webdetector

detect different environments within the browser Install To install @push.rocks/webdetector, you can use npm or yarn. Run the following command in your terminal: npm install @push.rocks/webdetector --save or if you prefer using yarn: yarn add @push.rocks/webd...

analytics
web environment detection
pwa status
online status check
platform detection
network status
browser detection

readme.md for @push.rocks/webglobal

@push.rocks/webglobal

a better non polluting global module for efficient in browser communication Install To install @push.rocks/webglobal, use the following npm command: npm install @push.rocks/webglobal --save This will add it to your project's dependencies. Usage To get started...

browser communication
typescript
global module
non-polluting
web development

readme.md for @push.rocks/webjwt

@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...

jwt
web
authentication
security
token parsing
json web tokens
smartstring
typescript

readme.md for @push.rocks/taskbuffer

@push.rocks/taskbuffer

Modern TypeScript task orchestration and service lifecycle management with constraint-based concurrency, smart buffering, scheduling, health checks, and real-time event streaming Issue Reporting and Security For reporting bugs, issues, or security vulnera...

task management
typescript
task buffering
task scheduling
task execution
task dependencies
parallel tasks
task chains
debounced tasks
distributed coordination

readme.md for @push.rocks/webrequest

@push.rocks/webrequest

Modern, fetch-compatible web request library with intelligent HTTP caching, retry strategies, and advanced fault tolerance. Works seamlessly in browsers, Node.js, Deno, and Bun. Issue Reporting and Security For reporting bugs, issues, or security vulnerabiliti...

webrequest
http
secure
browsers
caching
fault tolerance
json
abort
timeout
multi-endpoint
fetch api

readme.md for @push.rocks/websetup

@push.rocks/websetup

setup basic page properties Install To install @push.rocks/websetup, you can use npm (Node Package Manager). Simply run the following command in your terminal: npm install @push.rocks/websetup --save This will download the package and add it to your project's...

web development
seo
opengraph
json-ld
meta tags
structured data
typescript
dynamic content
website setup
smart delay
smart promise
tag management

readme.md for @push.rocks/webstore

@push.rocks/webstore

A high-performance, isomorphic key-value storage solution powered by IndexedDB — works seamlessly in the browser and Node.js with zero config. Issue Reporting and Security For reporting bugs, issues, or security vulnerabilities, please visit community.foss.glo...

indexeddb
browser storage
high performance
typescript
database
web development
data persistence
storage solution
typed requests
performance optimization
api caching
efficient data management

readme.md for @push.rocks/smartai

@push.rocks/smartai

A unified provider registry for the Vercel AI SDK 🧠⚡ SmartAI gives you a single getModel() function that returns a standard LanguageModelV3 for any supported provider — Anthropic, OpenAI, Google, Groq, Mistral, XAI, Perplexity, or Ollama. Use the returned m...

ai integration
typescript
chatbot
openai
anthropic
multi-model
audio generation
text-to-speech
document processing
vision processing
streaming chat
api
multiple providers
ai models
synchronous chat
asynchronous chat
real-time interaction
content analysis
image description
document classification
ai toolkit
provider switching

readme.md for @push.rocks/smartformat

@push.rocks/smartformat

format things Install To install @push.rocks/smartformat, use npm (or yarn, or pnpm) by running the following command in your terminal: npm install @push.rocks/smartformat --save This will add @push.rocks/smartformat to your project dependencies, allowing you...

formatting
bytes to string
milliseconds to string
human-readable
pretty print
time
data size
typescript
npm package

readme.md for @push.rocks/smartexpose

@push.rocks/smartexpose

a package to expose things to the internet Availabililty and Links npmjs.org (npm package) gitlab.com (source) github.com (source mirror) docs (typedoc) Status for master Status Category Status Badge GitLab Pipelines GitLab Pipline Test Coverage ...

readme.md for @push.rocks/smartwebdav

@push.rocks/smartwebdav

A package for interacting with WebDAV servers, providing easy file and directory operations. Install To install @push.rocks/smartwebdav in your project, use npm or Yarn as follows: npm install @push.rocks/smartwebdav or yarn add @push.rocks/smartwebdav Usage...

webdav client
file upload
directory management
remote file system
smartfile integration
typescript library
node.js
smartpath
authentication
secure file transfer