🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

@pgpmjs/types

Package Overview
Dependencies
Maintainers
1
Versions
61
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@pgpmjs/types - npm Package Compare versions

Comparing version
2.34.0
to
2.35.0
+2
-2
package.json
{
"name": "@pgpmjs/types",
"version": "2.34.0",
"version": "2.35.0",
"author": "Constructive <developers@constructive.io>",

@@ -45,3 +45,3 @@ "description": "PGPM types",

},
"gitHead": "7eb34a3baa10ba3476575967b87ff51b606e042a"
"gitHead": "dd2accb683fe20c7278a0d58fd36a04a3b07ac63"
}

@@ -197,2 +197,8 @@ import { PgConfig } from 'pg-env';

/**
* Workspace-level pgpm module dependencies (npm package name -> exact version).
* Recorded by `pgpm install` when run at the workspace root; `pgpm install`
* with no arguments at the workspace root installs these into extensions/.
*/
dependencies?: Record<string, string>;
/**
* Template source recorded at scaffold time when the workspace is created

@@ -199,0 +205,0 @@ * from a non-default boilerplate repo (e.g. via `pgpm init workspace --pglite`