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

@sqlpm/types-ts

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@sqlpm/types-ts - npm Package Compare versions

Comparing version 1.2.2 to 1.2.3

4

package.json
{
"name": "@sqlpm/types-ts",
"version": "1.2.2",
"version": "1.2.3",
"description": "Types shared between packages in the @sqlpm mono-repo",

@@ -33,3 +33,3 @@ "keywords": [

},
"gitHead": "b61db4a11c6f25ddfedf861c247c11850798473c"
"gitHead": "8545cd3a9a80f63680c47f115f603a049d8ad0bb"
}

@@ -129,2 +129,6 @@ /**

export const databasePlatformVerify = (
value: string,
): boolean => Object.values<string>(DatabasePlatform).includes(value);
/**

@@ -182,2 +186,4 @@ * Provides information about the database schemas defined in a module such

export type DatabasePurposes = DatabasePurpose[];
/**

@@ -262,3 +268,5 @@ * Defines directory names and the intent of the sql script located in the

export type RunActionDirectories = RunActionDirectory[];
// eslint-disable-next-line max-len
export const runActionDirectoryAsArray = (): RunActionDirectory[] => Object.values(RunActionDirectory);
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