Socket
Socket
Sign inDemoInstall

@mrnafisia/type-query

Package Overview
Dependencies
Maintainers
1
Versions
86
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@mrnafisia/type-query - npm Package Compare versions

Comparing version 1.2.5 to 1.2.6

7

dist/testUtil.js

@@ -330,3 +330,8 @@ "use strict";

else {
throw JSON.stringify(error, null, 4);
if (Object.keys(error).length === 2 && 'ok' in error && 'error' in error) {
throw JSON.stringify(error, null, 4);
}
else {
throw error;
}
}

@@ -333,0 +338,0 @@ return [2 /*return*/];

2

package.json
{
"name": "@mrnafisia/type-query",
"version": "1.2.5",
"version": "1.2.6",
"description": "mini-orm with full type support for postgres.",

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

Sorry, the diff of this file is not supported yet

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