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

pgtyped-rescript-query

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

pgtyped-rescript-query - npm Package Compare versions

Comparing version 2.3.0 to 2.4.0

2

lib/actions.d.ts

@@ -5,3 +5,3 @@ /// <reference types="node" />

import * as tls from 'tls';
import type { InterpolatedQuery, QueryParameter } from '@pgtyped/runtime';
import type { InterpolatedQuery, QueryParameter } from 'pgtyped-rescript-runtime';
import { MappableType } from './type.js';

@@ -8,0 +8,0 @@ export declare const generateHash: (username: string, password: string, salt: Buffer) => string;

@@ -1,2 +0,2 @@

import { InterpolatedQuery } from '@pgtyped/runtime';
import { InterpolatedQuery } from 'pgtyped-rescript-runtime';
import { IParseError, IQueryTypes } from './actions.js';

@@ -3,0 +3,0 @@ export { getTypes, startup, IParseError, IQueryTypes } from './actions.js';

{
"name": "pgtyped-rescript-query",
"version": "2.3.0",
"version": "2.4.0",
"type": "module",

@@ -35,3 +35,3 @@ "exports": {

"dependencies": {
"@pgtyped/runtime": "^2.1.0",
"pgtyped-rescript-runtime": "^2.2.0",
"@pgtyped/wire": "^2.2.0",

@@ -38,0 +38,0 @@ "chalk": "^4.1.0",

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