Socket
Socket
Sign inDemoInstall

@ucast/mongo

Package Overview
Dependencies
1
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.3.0 to 2.3.1

7

CHANGELOG.md

@@ -5,2 +5,9 @@ # Change Log

## [2.3.1](https://github.com/stalniy/ucast/compare/@ucast/mongo@2.3.0...@ucast/mongo@2.3.1) (2020-08-24)
### Bug Fixes
* **types:** exports `RegExpFieldContext`, so ts allows to use typeof on object of instructions ([9a4580d](https://github.com/stalniy/ucast/commit/9a4580d054a6988fc41732de96d108ddb55b269f))
# [2.3.0](https://github.com/stalniy/ucast/compare/@ucast/mongo@2.2.0...@ucast/mongo@2.3.0) (2020-08-20)

@@ -7,0 +14,0 @@

3

dist/types/instructions.d.ts

@@ -22,3 +22,3 @@ import { CompoundInstruction, FieldInstruction, DocumentInstruction, Comparable, FieldParsingContext } from '@ucast/core';

export declare const $ne: FieldInstruction<unknown, FieldParsingContext>;
interface RegExpFieldContext extends FieldParsingContext {
export interface RegExpFieldContext extends FieldParsingContext {
query: {

@@ -31,2 +31,1 @@ $options?: string;

export declare const $where: DocumentInstruction<() => boolean>;
export {};
{
"name": "@ucast/mongo",
"version": "2.3.0",
"version": "2.3.1",
"description": "git@github.com:stalniy/ucast.git",

@@ -5,0 +5,0 @@ "main": "dist/es6c/index.js",

@@ -138,2 +138,2 @@ # UCAST Mongo

[contributing]: https://github.com/stalniy/uscast/blob/master/CONTRIBUTING.md
[contributing]: https://github.com/stalniy/ucast/blob/master/CONTRIBUTING.md

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc