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

drizzle-orm-pg

Package Overview
Dependencies
Maintainers
3
Versions
170
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

drizzle-orm-pg - npm Package Compare versions

Comparing version 0.12.0-beta.20 to 0.12.0-beta.22

columns/uuid.d.ts

1

columns/index.d.ts

@@ -19,3 +19,4 @@ export * from './bigint';

export * from './timestamp';
export * from './uuid';
export * from './varchar';
export * from './real';

@@ -37,4 +37,5 @@ "use strict";

__exportStar(require("./timestamp"), exports);
__exportStar(require("./uuid"), exports);
__exportStar(require("./varchar"), exports);
__exportStar(require("./real"), exports);
//# sourceMappingURL=index.js.map

2

package.json
{
"name": "drizzle-orm-pg",
"version": "0.12.0-beta.20",
"version": "0.12.0-beta.22",
"description": "Drizzle ORM package for PostgreSQL database",

@@ -5,0 +5,0 @@ "main": "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