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

@magnetarjs/types

Package Overview
Dependencies
Maintainers
3
Versions
101
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@magnetarjs/types - npm Package Compare versions

Comparing version 0.16.3 to 0.16.4

8

dist/index.d.ts

@@ -129,5 +129,5 @@ import { Merge } from 'merge-anything';

type QueryClause = {
and: WhereClause[] | QueryClause;
and: (WhereClause | QueryClause)[];
} | {
or: WhereClause[] | QueryClause;
or: (WhereClause | QueryClause)[];
};

@@ -156,5 +156,5 @@ /**

type Query<T extends Record<string, any> = Record<string, any>> = {
or: WhereClauseTuple<T>[] | Query<T>;
or: (WhereClauseTuple<T> | Query<T>)[];
} | {
and: WhereClauseTuple<T>[] | Query<T>;
and: (WhereClauseTuple<T> | Query<T>)[];
};

@@ -161,0 +161,0 @@

{
"name": "@magnetarjs/types",
"version": "0.16.3",
"version": "0.16.4",
"sideEffects": false,

@@ -8,2 +8,3 @@ "description": "Magnetar shared types",

"module": "dist/index.mjs",
"types": "dist/index.d.ts",
"exports": {

@@ -10,0 +11,0 @@ ".": {

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