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

@imatic/pgqb

Package Overview
Dependencies
Maintainers
2
Versions
29
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@imatic/pgqb - npm Package Compare versions

Comparing version 0.1.0 to 0.1.1

2

package.json
{
"name": "@imatic/pgqb",
"version": "0.1.0",
"version": "0.1.1",
"description": "Functional PostgreSQL query builder",

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

@@ -32,3 +32,3 @@ [![Build Status](https://secure.travis-ci.org/nenadalm/Warehouse.png?branch=master)](http://travis-ci.org/imatic/pgqb)

```javascript
import * as qb from 'pgqb';
import * as qb from '@imatic/pgqb';

@@ -51,3 +51,3 @@ const sqlMap = qb.merge(

```javascript
import * as qb from 'pgqb';
import * as qb from '@imatic/pgqb';

@@ -54,0 +54,0 @@ const sqlMap = qb.merge(

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