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

pg-introspection

Package Overview
Dependencies
Maintainers
1
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

pg-introspection - npm Package Compare versions

Comparing version 0.0.1-0.2 to 0.0.1-0.3

6

CHANGELOG.md
# pg-introspection
## 0.0.1-0.3
### Patch Changes
- [`0ab95d0b1`](undefined) - Update sponsors.
## 0.0.1-0.2

@@ -4,0 +10,0 @@

4

dist/acl.d.ts

@@ -64,3 +64,3 @@ import type { Introspection, PgClass, PgRoles } from "./introspection.js";

}
export declare type ResolvedPermissions = Omit<AclObject, "role" | "granter">;
export type ResolvedPermissions = Omit<AclObject, "role" | "granter">;
/**

@@ -90,3 +90,3 @@ * Accepts an ACL string such as `foo=arwdDxt/bar` and converts it into

export declare const OBJECT_TYPE = "OBJECT_TYPE";
export declare type AclDefaultObjectType = typeof OBJECT_COLUMN | typeof OBJECT_TABLE | typeof OBJECT_SEQUENCE | typeof OBJECT_DATABASE | typeof OBJECT_FUNCTION | typeof OBJECT_LANGUAGE | typeof OBJECT_LARGEOBJECT | typeof OBJECT_SCHEMA | typeof OBJECT_TABLESPACE | typeof OBJECT_FDW | typeof OBJECT_FOREIGN_SERVER | typeof OBJECT_DOMAIN | typeof OBJECT_TYPE;
export type AclDefaultObjectType = typeof OBJECT_COLUMN | typeof OBJECT_TABLE | typeof OBJECT_SEQUENCE | typeof OBJECT_DATABASE | typeof OBJECT_FUNCTION | typeof OBJECT_LANGUAGE | typeof OBJECT_LARGEOBJECT | typeof OBJECT_SCHEMA | typeof OBJECT_TABLESPACE | typeof OBJECT_FDW | typeof OBJECT_FOREIGN_SERVER | typeof OBJECT_DOMAIN | typeof OBJECT_TYPE;
/**

@@ -93,0 +93,0 @@ * Returns a list of AclObject by parsing the given input ACL strings. If no

@@ -1,6 +0,6 @@

declare type PgOid = string;
declare type PgName = string;
declare type PgAclItem = string;
declare type PgXid = string;
declare type TimestampTZ = string;
type PgOid = string;
type PgName = string;
type PgAclItem = string;
type PgXid = string;
type TimestampTZ = string;
/**

@@ -1106,3 +1106,3 @@ * The catalog pg_database stores information about the available databases. Databases are created with the CREATE

*/
export declare type PgEntity = PgDatabase | PgNamespace | PgClass | PgAttribute | PgConstraint | PgProc | PgRoles | PgAuthMembers | PgType | PgEnum | PgExtension | PgIndex | PgInherits | PgLanguage | PgRange | PgDepend | PgDescription;
export type PgEntity = PgDatabase | PgNamespace | PgClass | PgAttribute | PgConstraint | PgProc | PgRoles | PgAuthMembers | PgType | PgEnum | PgExtension | PgIndex | PgInherits | PgLanguage | PgRange | PgDepend | PgDescription;
/**

@@ -1109,0 +1109,0 @@ * Builds a PostgreSQL introspection SQL query to return an object with the same shape as `Introspection` above.

{
"name": "pg-introspection",
"version": "0.0.1-0.2",
"version": "0.0.1-0.3",
"description": "Strongly typed PostgreSQL introspection library",

@@ -39,3 +39,3 @@ "main": "dist/index.js",

"ts-node": "^10.9.1",
"typescript": "^4.8.1-rc"
"typescript": "^5.0.0-beta"
},

@@ -42,0 +42,0 @@ "dependencies": {

@@ -29,10 +29,8 @@ # pg-introspection

<td align="center"><a href="https://www.netflix.com/"><img src="https://graphile.org/images/sponsors/Netflix.png" width="90" height="90" alt="Netflix" /><br />Netflix</a> *</td>
<td align="center"><a href="https://www.the-guild.dev/"><img src="https://graphile.org/images/sponsors/theguild.png" width="90" height="90" alt="The Guild" /><br />The Guild</a> *</td>
<td align="center"><a href="https://qwick.com/"><img src="https://graphile.org/images/sponsors/qwick.png" width="90" height="90" alt="Qwick" /><br />Qwick</a> *</td>
<td align="center"><a href="https://www.the-guild.dev/"><img src="https://graphile.org/images/sponsors/theguild.png" width="90" height="90" alt="The Guild" /><br />The Guild</a> *</td>
</tr><tr>
<td align="center"><a href="http://chads.website"><img src="https://graphile.org/images/sponsors/chadf.png" width="90" height="90" alt="Chad Furman" /><br />Chad Furman</a> *</td>
<td align="center"><a href="https://www.fanatics.com/"><img src="https://graphile.org/images/sponsors/fanatics.png" width="90" height="90" alt="Fanatics" /><br />Fanatics</a> *</td>
<td align="center"><a href="https://dovetailapp.com/"><img src="https://graphile.org/images/sponsors/dovetail.png" width="90" height="90" alt="Dovetail" /><br />Dovetail</a> *</td>
<td align="center"><a href="https://www.enzuzo.com/"><img src="https://graphile.org/images/sponsors/enzuzo.png" width="90" height="90" alt="Enzuzo" /><br />Enzuzo</a> *</td>
</tr><tr>
<td align="center"><a href="https://stellate.co/"><img src="https://graphile.org/images/sponsors/Stellate.png" width="90" height="90" alt="Stellate" /><br />Stellate</a> *</td>

@@ -39,0 +37,0 @@ </tr></table>

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