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

bulbat

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bulbat - npm Package Versions

0.0.2

Diff

Changelog

Source

0.0.2

Little patches on how some of the methods are working

  • Collection#drop was not clearing properly the storage only removing the file if it was there.
  • Database#collection will return new Collection without the need to call Database#add to add to Database.records
  • Database#add now is returning the Collection instance so this is valid syntax now:
const posts = db.add('posts');
// => this is same as
db.add('posts');
const posts = db.collection('posts');
  • There is CollectionProps.dryRun that will make the collection to run only in memory. All changes will be lost when the instance is deleted or the process end. No file will be created.
  • Added more unit-tests
bdryanovski
published 0.0.1 •

Changelog

Source

0.0.1

Init release

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