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

@voltiso/transactor

Package Overview
Dependencies
Maintainers
1
Versions
91
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@voltiso/transactor

- 🗄️ NoSQL **Document Database** API - ⚛️ Atomic **triggers** - 👮 **Schema** validation using `@voltiso/schemar` - 🚗 Live **auto-inferred TS** typings - 🟰 **ORM-free**: Document _is_ Object - 🔥 Currently **FireStore** backend (or `@voltiso/localstore

  • 19.0.11
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
98
increased by4800%
Maintainers
1
Weekly downloads
 
Created
Source

@voltiso/transactor

  • 🗄️ NoSQL Document Database API
  • ⚛️ Atomic triggers
  • 👮 Schema validation using @voltiso/schemar
  • 🚗 Live auto-inferred TS typings
  • 🟰 ORM-free: Document is Object
  • 🔥 Currently FireStore backend (or @voltiso/localstore - supporting subset of Firestore and able to run in browser)
  • 🌐 Currently server-side

Nominal type branding

By default, Transactor will brand document IDs (and some other strings) to enhance type-checking.

Disable branding globally:

declare module '@voltiso/transactor' {
	export interface TransactorConfig {
		disableBranding: true
	}
}

FAQs

Package last updated on 24 Apr 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