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

crudely-typed

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

crudely-typed - npm Package Compare versions

Comparing version 0.1.2 to 0.1.3

1

dist/src/index.js

@@ -342,3 +342,2 @@ "use strict";

query = updateQueryWithIsNull(query, whereVals, whereNames);
console.log(query);
const result = await db.query(query, vals);

@@ -345,0 +344,0 @@ if (this.isSingular) {

2

package.json
{
"name": "crudely-typed",
"version": "0.1.2",
"version": "0.1.3",
"description": "Simple \"everyday CRUD\" Postgres queries with perfect TypeScript types",

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

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