New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@minatojs/sql-utils

Package Overview
Dependencies
Maintainers
1
Versions
30
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@minatojs/sql-utils - npm Package Compare versions

Comparing version 1.0.3 to 1.1.0

2

lib/index.d.ts
import { Dict } from 'cosmokit';
import { Eval, Field, Model, Query } from 'minato';
import { Eval, Field, Model, Query } from '@minatojs/core';
export declare type QueryOperators = {

@@ -4,0 +4,0 @@ [K in keyof Query.FieldExpr]?: (key: string, value: Query.FieldExpr[K]) => string;

@@ -20,3 +20,3 @@ var __defProp = Object.defineProperty;

// minato/packages/sql-utils/src/index.ts
// packages/sql-utils/src/index.ts
var src_exports = {};

@@ -23,0 +23,0 @@ __export(src_exports, {

{
"name": "@minatojs/sql-utils",
"version": "1.0.3",
"description": "SQL Utilities for Cosmotype",
"version": "1.1.0",
"description": "SQL Utilities for Minato",
"main": "lib/index.js",

@@ -32,3 +32,3 @@ "typings": "lib/index.d.ts",

"peerDependencies": {
"minato": "^1.2.3"
"@minatojs/core": "^1.3.0"
},

@@ -35,0 +35,0 @@ "dependencies": {

@@ -7,2 +7,2 @@ # @minatojs/sql-utils

SQL Utilities for Cosmotype.
SQL Utilities for Minato.

Sorry, the diff of this file is not supported yet

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