Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

@pgpm/verify

Package Overview
Dependencies
Maintainers
2
Versions
31
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@pgpm/verify - npm Package Compare versions

Comparing version
0.15.4
to
0.15.5
+3
-3
package.json
{
"name": "@pgpm/verify",
"version": "0.15.4",
"version": "0.15.5",
"description": "Verification utilities for PGPM deploy/verify/revert workflow",

@@ -24,3 +24,3 @@ "author": "Dan Lynch <pyramation@gmail.com>",

"devDependencies": {
"pgpm": "^1.2.2"
"pgpm": "^1.3.0"
},

@@ -35,3 +35,3 @@ "repository": {

},
"gitHead": "aad0dbef0336d6c18d027120ef9addc418822edd"
"gitHead": "f6bbdfb20760e308b02968038b6f54191a9fd527"
}

@@ -12,3 +12,3 @@ # @pgpm/verify

<a href="https://github.com/constructive-io/pgpm-modules/blob/main/LICENSE"><img height="20" src="https://img.shields.io/badge/license-MIT-blue.svg"/></a>
<a href="https://www.npmjs.com/package/@pgpm/verify"><img height="20" src="https://img.shields.io/github/package-json/v/constructive-io/pgpm-modules?filename=packages%2Futils%2Fverify%2Fpackage.json"/></a>
<a href="https://www.npmjs.com/package/@pgpm/verify"><img height="20" src="https://img.shields.io/github/package-json/v/constructive-io/pgpm-modules?filename=packages%2Fverify%2Fpackage.json"/></a>
</p>

@@ -15,0 +15,0 @@

/** @type {import('ts-jest').JestConfigWithTsJest} */
module.exports = {
preset: 'ts-jest',
testEnvironment: 'node',
// Match both __tests__ and colocated test files
testMatch: ['**/?(*.)+(test|spec).{ts,tsx,js,jsx}'],
// Ignore build artifacts and type declarations
testPathIgnorePatterns: ['/dist/', '\\.d\\.ts$'],
modulePathIgnorePatterns: ['<rootDir>/dist/'],
watchPathIgnorePatterns: ['/dist/'],
moduleFileExtensions: ['ts', 'tsx', 'js', 'jsx', 'json', 'node'],
};