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

mvom

Package Overview
Dependencies
Maintainers
0
Versions
57
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mvom - npm Package Versions

23
6

3.1.1

Diff

Changelog

Source

[3.1.1]

  • Ensure Filter and SortCriteria types omit properties for scalar arrays lacking dictionaries (#856)
shawnmcknight
published 3.1.0 •

Changelog

Source

[3.1.0]

  • Allow equality, inequality, in, and not in query operators to accept null conditional values (#854)
shawnmcknight
published 3.0.1 •

Changelog

Source

[3.0.1]

  • Improve inferred types for _raw property (#820)
shawnmcknight
published 3.0.0 •

Changelog

Source

[3.0.0]

Added

  • Change output of Connection date/time methods to use the ISOCalendarDate, ISOCalendarDateTime, and ISOTime templated string literal types as return values to ensure consistency with inferred schema types (#805)
shawnmcknight
published 3.0.0-rc.6 •

Changelog

Source

[3.0.0-rc.6]

Added

  • Export MvRecord type from index (#791)
  • Allow for required empty string enumerations (#789)

Fixed

  • Switch the type definition of array schema properties to readonly tuples (#794)
  • Add _id and __v to types for schemaless models (#790)
shawnmcknight
published 3.0.0-rc.5 •

Changelog

Source

[3.0.0-rc.5]

Added

  • New RecordNotFoundError error was created to be thrown when a record cannot be found in the database. #740
  • New Increment operation is now supported on numeric fields. The operation will increment the value at the path specified by the amount specified and will return both the original and updated documents. #750, #757, #758
  • New internal unibasic subroutine writeRecord was created to be shared by save and increment operations for writes to the database. #756
shawnmcknight
published 3.0.0-rc.4 •

Changelog

Source

[3.0.0-rc.4]

Fixed

  • Properly handle a failure in basic digest function when saving (#753)
  • Fix regression in _raw property of Document that was no longer conditionally assigning property (#754)

TypeScript

  • Improve the type of schema type property path to be a union of numeric tuples instead of a numeric array (#751)
shawnmcknight
published 3.0.0-rc.3 •

Changelog

Source

[3.0.0-rc.3]

TypeScript

  • Adjust SchemaFilterKeys type to exclude non-string keys and use SchemaFilterKeys in construction of SortCriteria type (#747)
shawnmcknight
published 3.0.0-rc.2 •

Changelog

Source

[3.0.0-rc.2]

TypeScript

  • Create new SchemaFilter and SchemaFilterKeys types and export additional query types from main entry point (#745)
shawnmcknight
published 3.0.0-rc.1 •

Changelog

Source

[3.0.0-rc.1]

TypeScript

  • Create a Model type alias and export additional types from main entry point (#743)
23
6
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